Html Css Color HEX #557276 Pale Sky

📋 copy color: '#557276'

red 85 ◦ green 114 ◦ blue 118

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

Shades of Pale Sky #557276

Tints of Pale Sky #557276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 26.81%
G = 35.96%
B = 37.22%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557276 (or 0x557276) is known color: Pale Sky. HEX triplet: 55, 72 and 76. RGB value is (85,114,118). Sum of RGB (Red+Green+Blue) = 85+114+118=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #557276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557276 is #AA8D89. Grayscale: #696969. Windows color (decimal): -11177354 or 7762517. OLE color: 7762517.

HSL color Cylindrical-coordinate representation of color #557276: hue angle of 187.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557276 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 114 118 -
CMYK 0.28 0.03 0 0.54
HSL 187.27º 0.16% 0.4% -
HSV(B) 187.27º 0.28% 0.46% -
XYZ 13.03 15.27 19.4 -
YUV 105.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 85 114 118 0.28 0.03 0 0.54 187.27 0.16 0.4
Hex 55 72 76 1C 3 0 36 BB 10 28
Octal 125 162 166 34 3 0 66 273 20 50
Binary 1010101 1110010 1110110 11100 11 0 110110 10111011 10000 101000

Color Harmonies of #557276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557276

Black with #557276

Text Example


Text Example

White with #557276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557276; }

 p { color: rgb(85,114,118); }

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

background-color css

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

 a { background-color: rgb(85,114,118); }

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

border-color css

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

 span { border-color: rgb(85,114,118); }

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