#557076

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

Shades of Pale Sky #557076

Tints of Pale Sky #557076

Color information

#557076 (or 0x557076) is unknown color: approx Pale Sky. HEX triplet: 55, 70 and 76. RGB value is (85,112,118). Sum of RGB (Red+Green+Blue) = 85+112+118=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #557076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557076 is #AA8F89. Grayscale: #686868. Windows color (decimal): -11177866 or 7762005. OLE color: 7762005.

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

Color convert

RGB85112118-
CMYK0.280.0500.54
HSL190.91º16.26%39.8%-
HSV(B)190.91º27.97%46.27%-
XYZ12.8114.8319.33-
YUV104.61135.55114.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=26.98%
G=35.56%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851121180.280.0500.54190.9116.2639.8
Hex5570761C5036bf1028
Octal1251601663450662772050
Binary1010101111000011101101110010101101101011111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557076; }

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

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

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

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

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

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

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

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