#57738E

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

Shades of Kashmir Blue #57738E

Tints of Kashmir Blue #57738E

Color information

#57738E (or 0x57738E) is unknown color: approx Kashmir Blue. HEX triplet: 57, 73 and 8E. RGB value is (87,115,142). Sum of RGB (Red+Green+Blue) = 87+115+142=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #57738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57738E is #A88C71. Grayscale: #6D6D6D. Windows color (decimal): -11046002 or 9335639. OLE color: 9335639.

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

Color convert

RGB87115142-
CMYK0.390.1900.44
HSL209.45º24.02%44.9%-
HSV(B)209.45º38.73%55.69%-
XYZ14.9416.2427.94-
YUV109.71146.22111.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=25.29%
G=33.43%
B=41.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871151420.390.1900.44209.4524.0244.9
Hex57738E271302Cd1182d
Octal12716321647230543213055
Binary10101111110011100011101001111001101011001101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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