Html Css Color HEX #566F75 Pale Sky

📋 copy color: '#566F75'

red 86 ◦ green 111 ◦ blue 117

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

Shades of Pale Sky #566F75

Tints of Pale Sky #566F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 27.39%
G = 35.35%
B = 37.26%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566F75 (or 0x566F75) is known color: Pale Sky. HEX triplet: 56, 6F and 75. RGB value is (86,111,117). Sum of RGB (Red+Green+Blue) = 86+111+117=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #566F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F75 is #A9908A. Grayscale: #686868. Windows color (decimal): -11112587 or 7696214. OLE color: 7696214.

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

Color convert

RGB 86 111 117 -
CMYK 0.26 0.05 0 0.54
HSL 191.61º 0.15% 0.4% -
HSV(B) 191.61º 0.26% 0.46% -
XYZ 12.73 14.63 18.98 -
YUV 104.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 86 111 117 0.26 0.05 0 0.54 191.61 0.15 0.4
Hex 56 6F 75 1A 5 0 36 C0 F 28
Octal 126 157 165 32 5 0 66 300 17 50
Binary 1010110 1101111 1110101 11010 101 0 110110 11000000 1111 101000

Color Harmonies of #566F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F75

Black with #566F75

Text Example


Text Example

White with #566F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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