#577275

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

Shades of Pale Sky #577275

Tints of Pale Sky #577275

Color information

#577275 (or 0x577275) is unknown color: approx Pale Sky. HEX triplet: 57, 72 and 75. RGB value is (87,114,117). Sum of RGB (Red+Green+Blue) = 87+114+117=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #577275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577275 is #A88D8A. Grayscale: #6A6A6A. Windows color (decimal): -11046283 or 7696983. OLE color: 7696983.

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

Color convert

RGB87114117-
CMYK0.260.0300.54
HSL186º14.71%40%-
HSV(B)186º25.64%45.88%-
XYZ13.1615.3519.1-
YUV106.27134.05114.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=27.36%
G=35.85%
B=36.79%

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
Decimal871141170.260.0300.5418614.7140
Hex5772751A3036baf28
Octal1271621653230662721750
Binary10101111110010111010111010110110110101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577275; }

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

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

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

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

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

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

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

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