#596E90

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

Shades of Kashmir Blue #596E90

Tints of Kashmir Blue #596E90

Color information

#596E90 (or 0x596E90) is unknown color: approx 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

RGB89110144-
CMYK0.380.2400.44
HSL217.09º23.61%45.69%-
HSV(B)217.09º38.19%56.47%-
XYZ14.7315.2928.56-
YUV107.6148.54114.74-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891101440.380.2400.44217.0923.6145.69
Hex596E90261802Cd9182e
Octal13115622046300543313056
Binary10110011101110100100001001101100001011001101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>