#57637F

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

Shades of Kashmir Blue #57637F

Tints of Kashmir Blue #57637F

Color information

#57637F (or 0x57637F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 63 and 7F. RGB value is (87,99,127). Sum of RGB (Red+Green+Blue) = 87+99+127=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #57637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57637F is #A89C80. Grayscale: #626262. Windows color (decimal): -11050113 or 8348503. OLE color: 8348503.

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

Color convert

RGB8799127-
CMYK0.310.2200.50
HSL222º18.69%41.96%-
HSV(B)222º31.5%49.8%-
XYZ12.2212.4821.84-
YUV98.6144.02119.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 127 (50% from 255) = 40.58%
R=27.80%
G=31.63%
B=40.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87991270.310.2200.5022218.6941.96
Hex57637F1F16032de132a
Octal12714317737260623362352
Binary101011111000111111111111111011001100101101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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