Html Css Color HEX #566A71 Pale Sky

📋 copy color: '#566A71'

red 86 ◦ green 106 ◦ blue 113

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

Shades of Pale Sky #566A71

Tints of Pale Sky #566A71

RGB

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

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

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

R = 28.2%
G = 34.75%
B = 37.05%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566A71 (or 0x566A71) is known color: Pale Sky. HEX triplet: 56, 6A and 71. RGB value is (86,106,113). Sum of RGB (Red+Green+Blue) = 86+106+113=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #566A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A71 is #A9958E. Grayscale: #646464. Windows color (decimal): -11113871 or 7432790. OLE color: 7432790.

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

Color convert

RGB 86 106 113 -
CMYK 0.24 0.06 0 0.56
HSL 195.56º 0.14% 0.39% -
HSV(B) 195.56º 0.24% 0.44% -
XYZ 11.97 13.48 17.59 -
YUV 100.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 86 106 113 0.24 0.06 0 0.56 195.56 0.14 0.39
Hex 56 6A 71 18 6 0 38 C4 E 27
Octal 126 152 161 30 6 0 70 304 16 47
Binary 1010110 1101010 1110001 11000 110 0 111000 11000100 1110 100111

Color Harmonies of #566A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A71

Black with #566A71

Text Example


Text Example

White with #566A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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