#557176

Color #557176 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #557176

Tints of Pale Sky #557176

Color information

#557176 (or 0x557176) is unknown color: approx Pale Sky. HEX triplet: 55, 71 and 76. RGB value is (85,113,118). Sum of RGB (Red+Green+Blue) = 85+113+118=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #557176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557176 is #AA8E89. Grayscale: #696969. Windows color (decimal): -11177610 or 7762261. OLE color: 7762261.

HSL color Cylindrical-coordinate representation of color #557176: hue angle of 189.09º 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 #557176 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85113118-
CMYK0.280.0400.54
HSL189.09º16.26%39.8%-
HSV(B)189.09º27.97%46.27%-
XYZ12.9215.0519.36-
YUV105.2135.22113.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=26.90%
G=35.76%
B=37.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851131180.280.0400.54189.0916.2639.8
Hex5571761C4036bd1028
Octal1251611663440662752050
Binary1010101111000111101101110010001101101011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557176; }

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

 H1.HeaderClassName
 {
   color: #557176;
 }
 .AnyTagClassName
 {
   color: #557176;
 }
</style>
background-color css

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

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

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

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

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

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