#57708E

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

Shades of Kashmir Blue #57708E

Tints of Kashmir Blue #57708E

Color information

#57708E (or 0x57708E) is unknown color: approx Kashmir Blue. HEX triplet: 57, 70 and 8E. RGB value is (87,112,142). Sum of RGB (Red+Green+Blue) = 87+112+142=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #57708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708E is #A88F71. Grayscale: #6B6B6B. Windows color (decimal): -11046770 or 9334871. OLE color: 9334871.

HSL color Cylindrical-coordinate representation of color #57708E: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57708E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87112142-
CMYK0.390.2100.44
HSL212.73º24.02%44.9%-
HSV(B)212.73º38.73%55.69%-
XYZ14.6115.5727.83-
YUV107.94147.22113.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=25.51%
G=32.84%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871121420.390.2100.44212.7324.0244.9
Hex57708E271502Cd5182d
Octal12716021647250543253055
Binary10101111110000100011101001111010101011001101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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