#5662ab

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

Shades of Rich Blue #5662AB

Tints of Rich Blue #5662AB

Color information

#5662AB (or 0x5662AB) is unknown color: approx Rich Blue. HEX triplet: 56, 62 and AB. RGB value is (86,98,171). Sum of RGB (Red+Green+Blue) = 86+98+171=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #5662AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5662AB is #A99D54. Grayscale: #666666. Windows color (decimal): -11115861 or 11231830. OLE color: 11231830.

HSL color Cylindrical-coordinate representation of color #5662AB: hue angle of 231.53º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5662AB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8698171-
CMYK0.500.4300.33
HSL231.53º33.6%50.39%-
HSV(B)231.53º49.71%67.06%-
XYZ15.5613.6540.34-
YUV102.73166.52116.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=24.23%
G=27.61%
B=48.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86981710.500.4300.33231.5333.650.39
Hex5662AB322B021e82232
Octal12614225362530413504262
Binary1010110110001010101011110010101011010000111101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5662ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5662ab; }

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

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

<style>
 a { background-color: #5662ab; }

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

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

<style>
 span { border-color: #5662ab; }

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

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