#57758E

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

Shades of Kashmir Blue #57758E

Tints of Kashmir Blue #57758E

Color information

#57758E (or 0x57758E) is unknown color: approx Kashmir Blue. HEX triplet: 57, 75 and 8E. RGB value is (87,117,142). Sum of RGB (Red+Green+Blue) = 87+117+142=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #57758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758E is #A88A71. Grayscale: #6E6E6E. Windows color (decimal): -11045490 or 9336151. OLE color: 9336151.

HSL color Cylindrical-coordinate representation of color #57758E: hue angle of 207.27º 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 #57758E is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87117142-
CMYK0.390.1800.44
HSL207.27º24.02%44.9%-
HSV(B)207.27º38.73%55.69%-
XYZ15.1716.728.02-
YUV110.88145.56110.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=25.14%
G=33.82%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871171420.390.1800.44207.2724.0244.9
Hex57758E271202Ccf182d
Octal12716521647220543173055
Binary10101111110101100011101001111001001011001100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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