Html Css Color HEX #596E90 Kashmir Blue

📋 copy color: '#596E90'

red 89 ◦ green 110 ◦ blue 144

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

Shades of Kashmir Blue #596E90

Tints of Kashmir Blue #596E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 25.95%
G = 32.07%
B = 41.98%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596E90 (or 0x596E90) is known color: Kashmir Blue. HEX triplet: 59, 6E and 90. RGB value is (89,110,144). Sum of RGB (Red+Green+Blue) = 89+110+144=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #596E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E90 is #A6916F. Grayscale: #6B6B6B. Windows color (decimal): -10916208 or 9465433. OLE color: 9465433.

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

Color convert

RGB 89 110 144 -
CMYK 0.38 0.24 0 0.44
HSL 217.09º 0.24% 0.46% -
HSV(B) 217.09º 0.38% 0.56% -
XYZ 14.73 15.29 28.56 -
YUV 107.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 89 110 144 0.38 0.24 0 0.44 217.09 0.24 0.46
Hex 59 6E 90 26 18 0 2C D9 18 2E
Octal 131 156 220 46 30 0 54 331 30 56
Binary 1011001 1101110 10010000 100110 11000 0 101100 11011001 11000 101110

Color Harmonies of #596E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E90

Black with #596E90

Text Example


Text Example

White with #596E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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