#57708C

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

Shades of Kashmir Blue #57708C

Tints of Kashmir Blue #57708C

Color information

#57708C (or 0x57708C) is unknown color: approx Kashmir Blue. HEX triplet: 57, 70 and 8C. RGB value is (87,112,140). Sum of RGB (Red+Green+Blue) = 87+112+140=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #57708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708C is #A88F73. Grayscale: #6B6B6B. Windows color (decimal): -11046772 or 9203799. OLE color: 9203799.

HSL color Cylindrical-coordinate representation of color #57708C: hue angle of 211.7º 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 #57708C is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87112140-
CMYK0.380.2000.45
HSL211.7º23.35%44.51%-
HSV(B)211.7º37.86%54.9%-
XYZ14.4615.5127.04-
YUV107.72146.22113.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=25.66%
G=33.04%
B=41.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871121400.380.2000.45211.723.3544.51
Hex57708C261402Dd4172d
Octal12716021446240553242755
Binary10101111110000100011001001101010001011011101010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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