#5665AA

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

Shades of Rich Blue #5665AA

Tints of Rich Blue #5665AA

Color information

#5665AA (or 0x5665AA) is unknown color: approx Rich Blue. HEX triplet: 56, 65 and AA. RGB value is (86,101,170). Sum of RGB (Red+Green+Blue) = 86+101+170=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5665AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5665AA is #A99A55. Grayscale: #686868. Windows color (decimal): -11115094 or 11167062. OLE color: 11167062.

HSL color Cylindrical-coordinate representation of color #5665AA: hue angle of 229.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5665AA is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86101170-
CMYK0.490.4100.33
HSL229.29º33.07%50.2%-
HSV(B)229.29º49.41%66.67%-
XYZ15.7514.1939.94-
YUV104.38165.03114.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=24.09%
G=28.29%
B=47.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861011700.490.4100.33229.2933.0750.2
Hex5665AA3129021e52132
Octal12614525261510413454162
Binary1010110110010110101010110001101001010000111100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5665AA; }

 p { color: rgb(86,101,170); }

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

<style>
 a { background-color: #5665AA; }

 a { background-color: rgb(86,101,170); }

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

<style>
 span { border-color: #5665AA; }

 span { border-color: rgb(86,101,170); }

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