Html Css Color HEX #566872 Pale Sky

📋 copy color: '#566872'

red 86 ◦ green 104 ◦ blue 114

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

Shades of Pale Sky #566872

Tints of Pale Sky #566872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 28.29%
G = 34.21%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566872 (or 0x566872) is known color: Pale Sky. HEX triplet: 56, 68 and 72. RGB value is (86,104,114). Sum of RGB (Red+Green+Blue) = 86+104+114=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #566872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566872 is #A9978D. Grayscale: #636363. Windows color (decimal): -11114382 or 7497814. OLE color: 7497814.

HSL color Cylindrical-coordinate representation of color #566872: hue angle of 201.43º 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 #566872 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 104 114 -
CMYK 0.25 0.09 0 0.55
HSL 201.43º 0.14% 0.39% -
HSV(B) 201.43º 0.25% 0.45% -
XYZ 11.83 13.09 17.82 -
YUV 99.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 86 104 114 0.25 0.09 0 0.55 201.43 0.14 0.39
Hex 56 68 72 19 9 0 37 C9 E 27
Octal 126 150 162 31 11 0 67 311 16 47
Binary 1010110 1101000 1110010 11001 1001 0 110111 11001001 1110 100111

Color Harmonies of #566872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566872

Black with #566872

Text Example


Text Example

White with #566872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566872; }

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

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

background-color css

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

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

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

border-color css

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

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

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