#59738D

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

Shades of Kashmir Blue #59738D

Tints of Kashmir Blue #59738D

Color information

#59738D (or 0x59738D) is unknown color: approx Kashmir Blue. HEX triplet: 59, 73 and 8D. RGB value is (89,115,141). Sum of RGB (Red+Green+Blue) = 89+115+141=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #59738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59738D is #A68C72. Grayscale: #6E6E6E. Windows color (decimal): -10914931 or 9270105. OLE color: 9270105.

HSL color Cylindrical-coordinate representation of color #59738D: hue angle of 210º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59738D is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89115141-
CMYK0.370.1800.45
HSL210º22.61%45.1%-
HSV(B)210º36.88%55.29%-
XYZ15.0616.3127.55-
YUV110.19145.39112.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=25.80%
G=33.33%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891151410.370.1800.4521022.6145.1
Hex59738D251202Dd2172d
Octal13116321545220553222755
Binary10110011110011100011011001011001001011011101001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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