#5645AB

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

Shades of Rich Blue #5645AB

Tints of Rich Blue #5645AB

Color information

#5645AB (or 0x5645AB) is unknown color: approx Rich Blue. HEX triplet: 56, 45 and AB. RGB value is (86,69,171). Sum of RGB (Red+Green+Blue) = 86+69+171=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5645AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5645AB is #A9BA54. Grayscale: #555555. Windows color (decimal): -11123285 or 11224406. OLE color: 11224406.

HSL color Cylindrical-coordinate representation of color #5645AB: hue angle of 250º degrees, saturation: 0.42, 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 #5645AB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8669171-
CMYK0.500.6000.33
HSL250º42.5%47.06%-
HSV(B)250º59.65%67.06%-
XYZ13.329.1739.6-
YUV85.71176.13128.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=26.38%
G=21.17%
B=52.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86691710.500.6000.3325042.547.06
Hex5645AB323C021fa2a2f
Octal12610525362740413725257
Binary1010110100010110101011110010111100010000111111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5645AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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