#566B74

Color #566B74 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #566B74

Tints of Pale Sky #566B74

Color information

#566B74 (or 0x566B74) is unknown color: approx Pale Sky. HEX triplet: 56, 6B and 74. RGB value is (86,107,116). Sum of RGB (Red+Green+Blue) = 86+107+116=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #566B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B74 is #A9948B. Grayscale: #656565. Windows color (decimal): -11113612 or 7629654. OLE color: 7629654.

HSL color Cylindrical-coordinate representation of color #566B74: hue angle of 198º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566B74 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86107116-
CMYK0.260.0800.55
HSL198º14.85%39.61%-
HSV(B)198º25.86%45.49%-
XYZ12.2513.7518.53-
YUV101.75136.04116.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=27.83%
G=34.63%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861071160.260.0800.5519814.8539.61
Hex566B741A8037c6f28
Octal12615316432100673061750
Binary1010110110101111101001101010000110111110001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566B74; }

 p { color: rgb(86,107,116); }

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

<style>
 a { background-color: #566B74; }

 a { background-color: rgb(86,107,116); }

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

<style>
 span { border-color: #566B74; }

 span { border-color: rgb(86,107,116); }

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