Html Css Color HEX #556F73 Pale Sky

📋 copy color: '#556F73'

red 85 ◦ green 111 ◦ blue 115

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

Shades of Pale Sky #556F73

Tints of Pale Sky #556F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 27.33%
G = 35.69%
B = 36.98%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556F73 (or 0x556F73) is known color: Pale Sky. HEX triplet: 55, 6F and 73. RGB value is (85,111,115). Sum of RGB (Red+Green+Blue) = 85+111+115=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #556F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F73 is #AA908C. Grayscale: #676767. Windows color (decimal): -11178125 or 7565141. OLE color: 7565141.

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

Color convert

RGB 85 111 115 -
CMYK 0.26 0.03 0 0.55
HSL 188º 0.15% 0.39% -
HSV(B) 188º 0.26% 0.45% -
XYZ 12.53 14.54 18.37 -
YUV 103.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 85 111 115 0.26 0.03 0 0.55 188 0.15 0.39
Hex 55 6F 73 1A 3 0 37 BC F 27
Octal 125 157 163 32 3 0 67 274 17 47
Binary 1010101 1101111 1110011 11010 11 0 110111 10111100 1111 100111

Color Harmonies of #556F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F73

Black with #556F73

Text Example


Text Example

White with #556F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,115); }

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

background-color css

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

 a { background-color: rgb(85,111,115); }

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

border-color css

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

 span { border-color: rgb(85,111,115); }

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