Html Css Color HEX #556E74 Pale Sky

📋 copy color: '#556E74'

red 85 ◦ green 110 ◦ blue 116

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

Shades of Pale Sky #556E74

Tints of Pale Sky #556E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 27.33%
G = 35.37%
B = 37.3%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556E74 (or 0x556E74) is known color: Pale Sky. HEX triplet: 55, 6E and 74. RGB value is (85,110,116). Sum of RGB (Red+Green+Blue) = 85+110+116=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #556E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E74 is #AA918B. Grayscale: #676767. Windows color (decimal): -11178380 or 7630421. OLE color: 7630421.

HSL color Cylindrical-coordinate representation of color #556E74: hue angle of 191.61º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556E74 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 110 116 -
CMYK 0.27 0.05 0 0.55
HSL 191.61º 0.15% 0.39% -
HSV(B) 191.61º 0.27% 0.45% -
XYZ 12.47 14.34 18.63 -
YUV 103.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 85 110 116 0.27 0.05 0 0.55 191.61 0.15 0.39
Hex 55 6E 74 1B 5 0 37 C0 F 27
Octal 125 156 164 33 5 0 67 300 17 47
Binary 1010101 1101110 1110100 11011 101 0 110111 11000000 1111 100111

Color Harmonies of #556E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E74

Black with #556E74

Text Example


Text Example

White with #556E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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