#577075

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

Shades of Pale Sky #577075

Tints of Pale Sky #577075

Color information

#577075 (or 0x577075) is unknown color: approx Pale Sky. HEX triplet: 57, 70 and 75. RGB value is (87,112,117). Sum of RGB (Red+Green+Blue) = 87+112+117=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #577075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577075 is #A88F8A. Grayscale: #696969. Windows color (decimal): -11046795 or 7696471. OLE color: 7696471.

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

Color convert

RGB87112117-
CMYK0.260.0400.54
HSL190º14.71%40%-
HSV(B)190º25.64%45.88%-
XYZ12.9414.919.02-
YUV105.1134.72115.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=27.53%
G=35.44%
B=37.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871121170.260.0400.5419014.7140
Hex5770751A4036bef28
Octal1271601653240662761750
Binary101011111100001110101110101000110110101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577075; }

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

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

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

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

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

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

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

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