#57647F

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

Shades of Kashmir Blue #57647F

Tints of Kashmir Blue #57647F

Color information

#57647F (or 0x57647F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 64 and 7F. RGB value is (87,100,127). Sum of RGB (Red+Green+Blue) = 87+100+127=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #57647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57647F is #A89B80. Grayscale: #636363. Windows color (decimal): -11049857 or 8348759. OLE color: 8348759.

HSL color Cylindrical-coordinate representation of color #57647F: hue angle of 220.5º 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 #57647F is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87100127-
CMYK0.310.2100.50
HSL220.5º18.69%41.96%-
HSV(B)220.5º31.5%49.8%-
XYZ12.3212.6721.88-
YUV99.19143.69119.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 127 (50% from 255) = 40.45%
R=27.71%
G=31.85%
B=40.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871001270.310.2100.50220.518.6941.96
Hex57647F1F15032dc132a
Octal12714417737250623342352
Binary101011111001001111111111111010101100101101110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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