#57748E

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

Shades of Kashmir Blue #57748E

Tints of Kashmir Blue #57748E

Color information

#57748E (or 0x57748E) is unknown color: approx Kashmir Blue. HEX triplet: 57, 74 and 8E. RGB value is (87,116,142). Sum of RGB (Red+Green+Blue) = 87+116+142=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #57748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748E is #A88B71. Grayscale: #6E6E6E. Windows color (decimal): -11045746 or 9335895. OLE color: 9335895.

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

Color convert

RGB87116142-
CMYK0.390.1800.44
HSL208.36º24.02%44.9%-
HSV(B)208.36º38.73%55.69%-
XYZ15.0616.4727.98-
YUV110.29145.89111.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=25.22%
G=33.62%
B=41.16%

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
Decimal871161420.390.1800.44208.3624.0244.9
Hex57748E271202Cd0182d
Octal12716421647220543203055
Binary10101111110100100011101001111001001011001101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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