#5666AC

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

Shades of Rich Blue #5666AC

Tints of Rich Blue #5666AC

Color information

#5666AC (or 0x5666AC) is unknown color: approx Rich Blue. HEX triplet: 56, 66 and AC. RGB value is (86,102,172). Sum of RGB (Red+Green+Blue) = 86+102+172=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5666AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5666AC is #A99953. Grayscale: #686868. Windows color (decimal): -11114836 or 11298390. OLE color: 11298390.

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

Color convert

RGB86102172-
CMYK0.50.4100.33
HSL228.84º34.13%50.59%-
HSV(B)228.84º50%67.45%-
XYZ16.0414.4640.98-
YUV105.2165.7114.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=23.89%
G=28.33%
B=47.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861021720.50.4100.33228.8434.1350.59
Hex5666AC3229021e52233
Octal12614625462510413454263
Binary1010110110011010101100110010101001010000111100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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