#57677F

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

Shades of Kashmir Blue #57677F

Tints of Kashmir Blue #57677F

Color information

#57677F (or 0x57677F) is unknown color: approx Kashmir Blue. HEX triplet: 57, 67 and 7F. RGB value is (87,103,127). Sum of RGB (Red+Green+Blue) = 87+103+127=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #57677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57677F is #A89880. Grayscale: #646464. Windows color (decimal): -11049089 or 8349527. OLE color: 8349527.

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

Color convert

RGB87103127-
CMYK0.310.1900.50
HSL216º18.69%41.96%-
HSV(B)216º31.5%49.8%-
XYZ12.6113.2621.97-
YUV100.95142.7118.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 127 (50% from 255) = 40.06%
R=27.44%
G=32.49%
B=40.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871031270.310.1900.5021618.6941.96
Hex57677F1F13032d8132a
Octal12714717737230623302352
Binary101011111001111111111111111001101100101101100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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