#57676F

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

Shades of Pale Sky #57676F

Tints of Pale Sky #57676F

Color information

#57676F (or 0x57676F) is unknown color: approx Pale Sky. HEX triplet: 57, 67 and 6F. RGB value is (87,103,111). Sum of RGB (Red+Green+Blue) = 87+103+111=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #57676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57676F is #A89890. Grayscale: #636363. Windows color (decimal): -11049105 or 7300951. OLE color: 7300951.

HSL color Cylindrical-coordinate representation of color #57676F: hue angle of 200º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57676F is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB87103111-
CMYK0.220.0700.56
HSL200º12.12%38.82%-
HSV(B)200º21.62%43.53%-
XYZ11.6512.8716.91-
YUV99.13134.7119.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=28.90%
G=34.22%
B=36.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871031110.220.0700.5620012.1238.82
Hex57676F167038c8c27
Octal1271471572670703101447
Binary101011111001111101111101101110111000110010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57676F; }

 p { color: rgb(87,103,111); }

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

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

 a { background-color: rgb(87,103,111); }

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

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

 span { border-color: rgb(87,103,111); }

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