#577277

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

Shades of Pale Sky #577277

Tints of Pale Sky #577277

Color information

#577277 (or 0x577277) is unknown color: approx Pale Sky. HEX triplet: 57, 72 and 77. RGB value is (87,114,119). Sum of RGB (Red+Green+Blue) = 87+114+119=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #577277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577277 is #A88D88. Grayscale: #6A6A6A. Windows color (decimal): -11046281 or 7828055. OLE color: 7828055.

HSL color Cylindrical-coordinate representation of color #577277: hue angle of 189.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577277 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87114119-
CMYK0.270.0400.53
HSL189.38º15.53%40.39%-
HSV(B)189.38º26.89%46.67%-
XYZ13.2815.3919.72-
YUV106.5135.05114.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=27.19%
G=35.62%
B=37.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871141190.270.0400.53189.3815.5340.39
Hex5772771B4035bd1028
Octal1271621673340652752050
Binary1010111111001011101111101110001101011011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577277; }

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

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

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

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

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

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

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

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