Html Css Color HEX #596D8D Kashmir Blue

📋 copy color: '#596D8D'

red 89 ◦ green 109 ◦ blue 141

#596D8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #596D8D

Tints of Kashmir Blue #596D8D

RGB

 RED value IS 89 (35.16% from 255) = 26.25%

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 26.25%
G = 32.15%
B = 41.59%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#596D8D (or 0x596D8D) is known color: Kashmir Blue. HEX triplet: 59, 6D and 8D. RGB value is (89,109,141). Sum of RGB (Red+Green+Blue) = 89+109+141=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #596D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D8D is #A69272. Grayscale: #6A6A6A. Windows color (decimal): -10916467 or 9268569. OLE color: 9268569.

HSL color Cylindrical-coordinate representation of color #596D8D: hue angle of 216.92º 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 #596D8D is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 109 141 -
CMYK 0.37 0.23 0 0.45
HSL 216.92º 0.23% 0.45% -
HSV(B) 216.92º 0.37% 0.55% -
XYZ 14.4 14.98 27.33 -
YUV 106.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 89 109 141 0.37 0.23 0 0.45 216.92 0.23 0.45
Hex 59 6D 8D 25 17 0 2D D9 17 2D
Octal 131 155 215 45 27 0 55 331 27 55
Binary 1011001 1101101 10001101 100101 10111 0 101101 11011001 10111 101101

Color Harmonies of #596D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D8D

Black with #596D8D

Text Example


Text Example

White with #596D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596D8D; }

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

 H1.HeaderClassName
 {
   color: #596D8D;
 }
 .AnyTagClassName
 {
   color: #596D8D;
 }
</style>

background-color css

<style>
 a { background-color: #596D8D; }

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

 div.DivClassName
 {
   background-color: #596D8D;
 }
 .BgClassName
 {
   background-color: #596D8D;
 }
</style>

border-color css

<style>
 span { border-color: #596D8D; }

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

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