#57718C

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

Shades of Kashmir Blue #57718C

Tints of Kashmir Blue #57718C

Color information

#57718C (or 0x57718C) is unknown color: approx Kashmir Blue. HEX triplet: 57, 71 and 8C. RGB value is (87,113,140). Sum of RGB (Red+Green+Blue) = 87+113+140=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #57718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57718C is #A88E73. Grayscale: #6C6C6C. Windows color (decimal): -11046516 or 9204055. OLE color: 9204055.

HSL color Cylindrical-coordinate representation of color #57718C: hue angle of 210.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57718C is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87113140-
CMYK0.380.1900.45
HSL210.57º23.35%44.51%-
HSV(B)210.57º37.86%54.9%-
XYZ14.5715.7327.08-
YUV108.3145.89112.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=25.59%
G=33.24%
B=41.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871131400.380.1900.45210.5723.3544.51
Hex57718C261302Dd3172d
Octal12716121446230553232755
Binary10101111110001100011001001101001101011011101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57718C; }

 p { color: rgb(87,113,140); }

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

<style>
 a { background-color: #57718C; }

 a { background-color: rgb(87,113,140); }

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

<style>
 span { border-color: #57718C; }

 span { border-color: rgb(87,113,140); }

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