#566E74

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

Shades of Pale Sky #566E74

Tints of Pale Sky #566E74

Color information

#566E74 (or 0x566E74) is unknown color: approx Pale Sky. HEX triplet: 56, 6E and 74. RGB value is (86,110,116). Sum of RGB (Red+Green+Blue) = 86+110+116=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #566E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E74 is #A9918B. Grayscale: #676767. Windows color (decimal): -11112844 or 7630422. OLE color: 7630422.

HSL color Cylindrical-coordinate representation of color #566E74: hue angle of 192º 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 #566E74 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86110116-
CMYK0.260.0500.55
HSL192º14.85%39.61%-
HSV(B)192º25.86%45.49%-
XYZ12.5714.3918.64-
YUV103.51135.05115.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=27.56%
G=35.26%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861101160.260.0500.5519214.8539.61
Hex566E741A5037c0f28
Octal1261561643250673001750
Binary101011011011101110100110101010110111110000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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