#5866AA

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

Shades of Rich Blue #5866AA

Tints of Rich Blue #5866AA

Color information

#5866AA (or 0x5866AA) is unknown color: approx Rich Blue. HEX triplet: 58, 66 and AA. RGB value is (88,102,170). Sum of RGB (Red+Green+Blue) = 88+102+170=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #5866AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5866AA is #A79955. Grayscale: #696969. Windows color (decimal): -10983766 or 11167320. OLE color: 11167320.

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

Color convert

RGB88102170-
CMYK0.480.400.33
HSL229.76º32.54%50.59%-
HSV(B)229.76º48.24%66.67%-
XYZ16.0314.4839.98-
YUV105.57164.36115.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=24.44%
G=28.33%
B=47.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881021700.480.400.33229.7632.5450.59
Hex5866AA3028021e62133
Octal13014625260500413464163
Binary1011000110011010101010110000101000010000111100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5866AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,102,170); }

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

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

 a { background-color: rgb(88,102,170); }

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

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

 span { border-color: rgb(88,102,170); }

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