Html Css Color HEX #566C72 Pale Sky

📋 copy color: '#566C72'

red 86 ◦ green 108 ◦ blue 114

#566C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #566C72

Tints of Pale Sky #566C72

RGB

 RED value IS 86 (33.98% from 255) = 27.92%

 GREEN value IS 108 (42.58% from 255) = 35.06%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 27.92%
G = 35.06%
B = 37.01%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566C72 (or 0x566C72) is known color: Pale Sky. HEX triplet: 56, 6C and 72. RGB value is (86,108,114). Sum of RGB (Red+Green+Blue) = 86+108+114=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #566C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C72 is #A9938D. Grayscale: #666666. Windows color (decimal): -11113358 or 7498838. OLE color: 7498838.

HSL color Cylindrical-coordinate representation of color #566C72: hue angle of 192.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566C72 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 108 114 -
CMYK 0.25 0.05 0 0.55
HSL 192.86º 0.14% 0.39% -
HSV(B) 192.86º 0.25% 0.45% -
XYZ 12.24 13.92 17.96 -
YUV 102.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 86 108 114 0.25 0.05 0 0.55 192.86 0.14 0.39
Hex 56 6C 72 19 5 0 37 C1 E 27
Octal 126 154 162 31 5 0 67 301 16 47
Binary 1010110 1101100 1110010 11001 101 0 110111 11000001 1110 100111

Color Harmonies of #566C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C72

Black with #566C72

Text Example


Text Example

White with #566C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,108,114); }

 H1.HeaderClassName
 {
   color: #566C72;
 }
 .AnyTagClassName
 {
   color: #566C72;
 }
</style>

background-color css

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

 a { background-color: rgb(86,108,114); }

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

border-color css

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

 span { border-color: rgb(86,108,114); }

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