Html Css Color HEX #566E75 Pale Sky

📋 copy color: '#566E75'

red 86 ◦ green 110 ◦ blue 117

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

Shades of Pale Sky #566E75

Tints of Pale Sky #566E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

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

R = 27.48%
G = 35.14%
B = 37.38%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566E75 (or 0x566E75) is known color: Pale Sky. HEX triplet: 56, 6E and 75. RGB value is (86,110,117). Sum of RGB (Red+Green+Blue) = 86+110+117=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #566E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E75 is #A9918A. Grayscale: #676767. Windows color (decimal): -11112843 or 7695958. OLE color: 7695958.

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

Color convert

RGB 86 110 117 -
CMYK 0.26 0.06 0 0.54
HSL 193.55º 0.15% 0.4% -
HSV(B) 193.55º 0.26% 0.46% -
XYZ 12.62 14.41 18.95 -
YUV 103.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 86 110 117 0.26 0.06 0 0.54 193.55 0.15 0.4
Hex 56 6E 75 1A 6 0 36 C2 F 28
Octal 126 156 165 32 6 0 66 302 17 50
Binary 1010110 1101110 1110101 11010 110 0 110110 11000010 1111 101000

Color Harmonies of #566E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E75

Black with #566E75

Text Example


Text Example

White with #566E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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