#577276

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

Shades of Pale Sky #577276

Tints of Pale Sky #577276

Color information

#577276 (or 0x577276) is unknown color: approx Pale Sky. HEX triplet: 57, 72 and 76. RGB value is (87,114,118). Sum of RGB (Red+Green+Blue) = 87+114+118=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #577276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577276 is #A88D89. Grayscale: #6A6A6A. Windows color (decimal): -11046282 or 7762519. OLE color: 7762519.

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

Color convert

RGB87114118-
CMYK0.260.0300.54
HSL187.74º15.12%40.2%-
HSV(B)187.74º26.27%46.27%-
XYZ13.2215.3719.41-
YUV106.38134.55114.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=27.27%
G=35.74%
B=36.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871141180.260.0300.54187.7415.1240.2
Hex5772761A3036bcf28
Octal1271621663230662741750
Binary10101111110010111011011010110110110101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577276; }

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

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

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

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

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

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

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

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