Html Css Color HEX #566971 Pale Sky

📋 copy color: '#566971'

red 86 ◦ green 105 ◦ blue 113

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

Shades of Pale Sky #566971

Tints of Pale Sky #566971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 28.29%
G = 34.54%
B = 37.17%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566971 (or 0x566971) is known color: Pale Sky. HEX triplet: 56, 69 and 71. RGB value is (86,105,113). Sum of RGB (Red+Green+Blue) = 86+105+113=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #566971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566971 is #A9968E. Grayscale: #646464. Windows color (decimal): -11114127 or 7432534. OLE color: 7432534.

HSL color Cylindrical-coordinate representation of color #566971: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #566971 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 105 113 -
CMYK 0.24 0.07 0 0.56
HSL 197.78º 0.14% 0.39% -
HSV(B) 197.78º 0.24% 0.44% -
XYZ 11.87 13.27 17.56 -
YUV 100.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 86 105 113 0.24 0.07 0 0.56 197.78 0.14 0.39
Hex 56 69 71 18 7 0 38 C6 E 27
Octal 126 151 161 30 7 0 70 306 16 47
Binary 1010110 1101001 1110001 11000 111 0 111000 11000110 1110 100111

Color Harmonies of #566971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566971

Black with #566971

Text Example


Text Example

White with #566971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566971; }

 p { color: rgb(86,105,113); }

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

background-color css

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

 a { background-color: rgb(86,105,113); }

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

border-color css

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

 span { border-color: rgb(86,105,113); }

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