Html Css Color HEX #566A6F Pale Sky

📋 copy color: '#566A6F'

red 86 ◦ green 106 ◦ blue 111

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

Shades of Pale Sky #566A6F

Tints of Pale Sky #566A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 28.38%
G = 34.98%
B = 36.63%

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

#566A6F (or 0x566A6F) is known color: Pale Sky. HEX triplet: 56, 6A and 6F. RGB value is (86,106,111). Sum of RGB (Red+Green+Blue) = 86+106+111=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #566A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A6F is #A99590. Grayscale: #646464. Windows color (decimal): -11113873 or 7301718. OLE color: 7301718.

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

Color convert

RGB 86 106 111 -
CMYK 0.23 0.05 0 0.56
HSL 192º 0.13% 0.39% -
HSV(B) 192º 0.23% 0.44% -
XYZ 11.86 13.43 17.01 -
YUV 100.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 86 106 111 0.23 0.05 0 0.56 192 0.13 0.39
Hex 56 6A 6F 17 5 0 38 C0 D 27
Octal 126 152 157 27 5 0 70 300 15 47
Binary 1010110 1101010 1101111 10111 101 0 111000 11000000 1101 100111

Color Harmonies of #566A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A6F

Black with #566A6F

Text Example


Text Example

White with #566A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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