#5645AC

Color #5645AC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5645AC

Tints of Rich Blue #5645AC

Color information

#5645AC (or 0x5645AC) is unknown color: approx Rich Blue. HEX triplet: 56, 45 and AC. RGB value is (86,69,172). Sum of RGB (Red+Green+Blue) = 86+69+172=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #5645AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5645AC is #A9BA53. Grayscale: #555555. Windows color (decimal): -11123284 or 11289942. OLE color: 11289942.

HSL color Cylindrical-coordinate representation of color #5645AC: hue angle of 249.9º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5645AC is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8669172-
CMYK0.50.6000.33
HSL249.9º42.74%47.25%-
HSV(B)249.9º59.88%67.45%-
XYZ13.419.2140.1-
YUV85.82176.63128.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=26.30%
G=21.10%
B=52.60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86691720.50.6000.33249.942.7447.25
Hex5645AC323C021fa2b2f
Octal12610525462740413725357
Binary1010110100010110101100110010111100010000111111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5645AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5645AC; }

 p { color: rgb(86,69,172); }

 H1.HeaderClassName
 {
   color: #5645AC;
 }
 .AnyTagClassName
 {
   color: #5645AC;
 }
</style>
background-color css

<style>
 a { background-color: #5645AC; }

 a { background-color: rgb(86,69,172); }

 div.DivClassName
 {
   background-color: #5645AC;
 }
 .BgClassName
 {
   background-color: #5645AC;
 }
</style>
border-color css

<style>
 span { border-color: #5645AC; }

 span { border-color: rgb(86,69,172); }

 td.TdClassName
 {
   border-color: #5645AC;
 }
 .TagClassName
 {
   border-color: #5645AC;
 }
</style>