Html Css Color HEX #556C73 Pale Sky

📋 copy color: '#556C73'

red 85 ◦ green 108 ◦ blue 115

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

Shades of Pale Sky #556C73

Tints of Pale Sky #556C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

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

R = 27.6%
G = 35.06%
B = 37.34%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556C73 (or 0x556C73) is known color: Pale Sky. HEX triplet: 55, 6C and 73. RGB value is (85,108,115). Sum of RGB (Red+Green+Blue) = 85+108+115=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #556C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C73 is #AA938C. Grayscale: #656565. Windows color (decimal): -11178893 or 7564373. OLE color: 7564373.

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

Color convert

RGB 85 108 115 -
CMYK 0.26 0.06 0 0.55
HSL 194º 0.15% 0.39% -
HSV(B) 194º 0.26% 0.45% -
XYZ 12.2 13.89 18.26 -
YUV 101.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 85 108 115 0.26 0.06 0 0.55 194 0.15 0.39
Hex 55 6C 73 1A 6 0 37 C2 F 27
Octal 125 154 163 32 6 0 67 302 17 47
Binary 1010101 1101100 1110011 11010 110 0 110111 11000010 1111 100111

Color Harmonies of #556C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C73

Black with #556C73

Text Example


Text Example

White with #556C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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