Html Css Color HEX #556E75 Pale Sky

📋 copy color: '#556E75'

red 85 ◦ green 110 ◦ blue 117

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

Shades of Pale Sky #556E75

Tints of Pale Sky #556E75

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

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

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

R = 27.24%
G = 35.26%
B = 37.5%

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

#556E75 (or 0x556E75) is known color: Pale Sky. HEX triplet: 55, 6E and 75. RGB value is (85,110,117). Sum of RGB (Red+Green+Blue) = 85+110+117=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #556E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E75 is #AA918A. Grayscale: #676767. Windows color (decimal): -11178379 or 7695957. OLE color: 7695957.

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

Color convert

RGB 85 110 117 -
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.53 14.37 18.94 -
YUV 103.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 85 110 117 0.27 0.06 0 0.54 193.13 0.16 0.4
Hex 55 6E 75 1B 6 0 36 C1 10 28
Octal 125 156 165 33 6 0 66 301 20 50
Binary 1010101 1101110 1110101 11011 110 0 110110 11000001 10000 101000

Color Harmonies of #556E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E75

Black with #556E75

Text Example


Text Example

White with #556E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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