Html Css Color HEX #566F76 Pale Sky

📋 copy color: '#566F76'

red 86 ◦ green 111 ◦ blue 118

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

Shades of Pale Sky #566F76

Tints of Pale Sky #566F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 27.3%
G = 35.24%
B = 37.46%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566F76 (or 0x566F76) is known color: Pale Sky. HEX triplet: 56, 6F and 76. RGB value is (86,111,118). Sum of RGB (Red+Green+Blue) = 86+111+118=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #566F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F76 is #A99089. Grayscale: #686868. Windows color (decimal): -11112586 or 7761750. OLE color: 7761750.

HSL color Cylindrical-coordinate representation of color #566F76: hue angle of 193.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #566F76 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 111 118 -
CMYK 0.27 0.06 0 0.54
HSL 193.13º 0.16% 0.4% -
HSV(B) 193.13º 0.27% 0.46% -
XYZ 12.79 14.66 19.29 -
YUV 104.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 86 111 118 0.27 0.06 0 0.54 193.13 0.16 0.4
Hex 56 6F 76 1B 6 0 36 C1 10 28
Octal 126 157 166 33 6 0 66 301 20 50
Binary 1010110 1101111 1110110 11011 110 0 110110 11000001 10000 101000

Color Harmonies of #566F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F76

Black with #566F76

Text Example


Text Example

White with #566F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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