Html Css Color HEX #566A70 Pale Sky

📋 copy color: '#566A70'

red 86 ◦ green 106 ◦ blue 112

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

Shades of Pale Sky #566A70

Tints of Pale Sky #566A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 28.29%
G = 34.87%
B = 36.84%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566A70 (or 0x566A70) is known color: Pale Sky. HEX triplet: 56, 6A and 70. RGB value is (86,106,112). Sum of RGB (Red+Green+Blue) = 86+106+112=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #566A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A70 is #A9958F. Grayscale: #646464. Windows color (decimal): -11113872 or 7367254. OLE color: 7367254.

HSL color Cylindrical-coordinate representation of color #566A70: hue angle of 193.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566A70 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 106 112 -
CMYK 0.23 0.05 0 0.56
HSL 193.85º 0.13% 0.39% -
HSV(B) 193.85º 0.23% 0.44% -
XYZ 11.92 13.46 17.3 -
YUV 100.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 86 106 112 0.23 0.05 0 0.56 193.85 0.13 0.39
Hex 56 6A 70 17 5 0 38 C2 D 27
Octal 126 152 160 27 5 0 70 302 15 47
Binary 1010110 1101010 1110000 10111 101 0 111000 11000010 1101 100111

Color Harmonies of #566A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A70

Black with #566A70

Text Example


Text Example

White with #566A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,112); }

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

background-color css

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

 a { background-color: rgb(86,106,112); }

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

border-color css

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

 span { border-color: rgb(86,106,112); }

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