#59738A

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

Shades of Kashmir Blue #59738A

Tints of Kashmir Blue #59738A

Color information

#59738A (or 0x59738A) is unknown color: approx Kashmir Blue. HEX triplet: 59, 73 and 8A. RGB value is (89,115,138). Sum of RGB (Red+Green+Blue) = 89+115+138=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #59738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59738A is #A68C75. Grayscale: #6D6D6D. Windows color (decimal): -10914934 or 9073497. OLE color: 9073497.

HSL color Cylindrical-coordinate representation of color #59738A: hue angle of 208.16º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59738A is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89115138-
CMYK0.360.1700.46
HSL208.16º21.59%44.51%-
HSV(B)208.16º35.51%54.12%-
XYZ14.8416.2226.39-
YUV109.85143.89113.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=26.02%
G=33.63%
B=40.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891151380.360.1700.46208.1621.5944.51
Hex59738A241102Ed0162d
Octal13116321244210563202655
Binary10110011110011100010101001001000101011101101000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59738A; }

 p { color: rgb(89,115,138); }

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

<style>
 a { background-color: #59738A; }

 a { background-color: rgb(89,115,138); }

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

<style>
 span { border-color: #59738A; }

 span { border-color: rgb(89,115,138); }

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