#57738D

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

Shades of Kashmir Blue #57738D

Tints of Kashmir Blue #57738D

Color information

#57738D (or 0x57738D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 73 and 8D. RGB value is (87,115,141). Sum of RGB (Red+Green+Blue) = 87+115+141=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #57738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57738D is #A88C72. Grayscale: #6D6D6D. Windows color (decimal): -11046003 or 9270103. OLE color: 9270103.

HSL color Cylindrical-coordinate representation of color #57738D: hue angle of 208.89º degrees, saturation: 0.24, 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 #57738D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87115141-
CMYK0.380.1800.45
HSL208.89º23.68%44.71%-
HSV(B)208.89º38.3%55.29%-
XYZ14.8716.2127.54-
YUV109.59145.72111.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=25.36%
G=33.53%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871151410.380.1800.45208.8923.6844.71
Hex57738D261202Dd1182d
Octal12716321546220553213055
Binary10101111110011100011011001101001001011011101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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