#57657F

Color #57657F Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #57657F

Tints of Kashmir Blue #57657F

Color information

#57657F (or 0x57657F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 65 and 7F. RGB value is (87,101,127). Sum of RGB (Red+Green+Blue) = 87+101+127=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #57657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57657F is #A89A80. Grayscale: #636363. Windows color (decimal): -11049601 or 8349015. OLE color: 8349015.

HSL color Cylindrical-coordinate representation of color #57657F: hue angle of 219º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57657F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87101127-
CMYK0.310.2000.50
HSL219º18.69%41.96%-
HSV(B)219º31.5%49.8%-
XYZ12.4112.8721.91-
YUV99.78143.36118.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 127 (50% from 255) = 40.32%
R=27.62%
G=32.06%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871011270.310.2000.5021918.6941.96
Hex57657F1F14032db132a
Octal12714517737240623332352
Binary101011111001011111111111111010001100101101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,101,127); }

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

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

 a { background-color: rgb(87,101,127); }

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

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

 span { border-color: rgb(87,101,127); }

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