#566D74

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

Shades of Pale Sky #566D74

Tints of Pale Sky #566D74

Color information

#566D74 (or 0x566D74) is unknown color: approx Pale Sky. HEX triplet: 56, 6D and 74. RGB value is (86,109,116). Sum of RGB (Red+Green+Blue) = 86+109+116=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #566D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D74 is #A9928B. Grayscale: #666666. Windows color (decimal): -11113100 or 7630166. OLE color: 7630166.

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

Color convert

RGB86109116-
CMYK0.260.0600.55
HSL194º14.85%39.61%-
HSV(B)194º25.86%45.49%-
XYZ12.4614.1818.6-
YUV102.92135.38115.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=27.65%
G=35.05%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861091160.260.0600.5519414.8539.61
Hex566D741A6037c2f28
Octal1261551643260673021750
Binary101011011011011110100110101100110111110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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