#557073

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

Shades of Pale Sky #557073

Tints of Pale Sky #557073

Color information

#557073 (or 0x557073) is unknown color: approx Pale Sky. HEX triplet: 55, 70 and 73. RGB value is (85,112,115). Sum of RGB (Red+Green+Blue) = 85+112+115=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #557073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557073 is #AA8F8C. Grayscale: #686868. Windows color (decimal): -11177869 or 7565397. OLE color: 7565397.

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

Color convert

RGB85112115-
CMYK0.260.0300.55
HSL186º15%39.22%-
HSV(B)186º26.09%45.1%-
XYZ12.6314.7618.4-
YUV104.27134.05114.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=27.24%
G=35.90%
B=36.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851121150.260.0300.551861539.22
Hex5570731A3037baf27
Octal1251601633230672721747
Binary10101011110000111001111010110110111101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557073; }

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

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

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

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

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

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

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

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