#577074

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

Shades of Pale Sky #577074

Tints of Pale Sky #577074

Color information

#577074 (or 0x577074) is unknown color: approx Pale Sky. HEX triplet: 57, 70 and 74. RGB value is (87,112,116). Sum of RGB (Red+Green+Blue) = 87+112+116=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #577074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577074 is #A88F8B. Grayscale: #686868. Windows color (decimal): -11046796 or 7630935. OLE color: 7630935.

HSL color Cylindrical-coordinate representation of color #577074: hue angle of 188.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577074 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87112116-
CMYK0.250.0300.55
HSL188.28º14.29%39.8%-
HSV(B)188.28º25%45.49%-
XYZ12.8814.8818.72-
YUV104.98134.22115.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=27.62%
G=35.56%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871121160.250.0300.55188.2814.2939.8
Hex577074193037bce28
Octal1271601643130672741650
Binary10101111110000111010011001110110111101111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577074; }

 p { color: rgb(87,112,116); }

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

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

 a { background-color: rgb(87,112,116); }

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

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

 span { border-color: rgb(87,112,116); }

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