Html Css Color HEX #596E8E Kashmir Blue

📋 copy color: '#596E8E'

red 89 ◦ green 110 ◦ blue 142

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

Shades of Kashmir Blue #596E8E

Tints of Kashmir Blue #596E8E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 26.1%
G = 32.26%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596E8E (or 0x596E8E) is known color: Kashmir Blue. HEX triplet: 59, 6E and 8E. RGB value is (89,110,142). Sum of RGB (Red+Green+Blue) = 89+110+142=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #596E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E8E is #A69171. Grayscale: #6B6B6B. Windows color (decimal): -10916210 or 9334361. OLE color: 9334361.

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

Color convert

RGB 89 110 142 -
CMYK 0.37 0.23 0 0.44
HSL 216.23º 0.23% 0.45% -
HSV(B) 216.23º 0.37% 0.56% -
XYZ 14.58 15.23 27.76 -
YUV 107.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 89 110 142 0.37 0.23 0 0.44 216.23 0.23 0.45
Hex 59 6E 8E 25 17 0 2C D8 17 2D
Octal 131 156 216 45 27 0 54 330 27 55
Binary 1011001 1101110 10001110 100101 10111 0 101100 11011000 10111 101101

Color Harmonies of #596E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E8E

Black with #596E8E

Text Example


Text Example

White with #596E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,142); }

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

background-color css

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

 a { background-color: rgb(89,110,142); }

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

border-color css

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

 span { border-color: rgb(89,110,142); }

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