Html Css Color HEX #596988 Kashmir Blue

📋 copy color: '#596988'

red 89 ◦ green 105 ◦ blue 136

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

Shades of Kashmir Blue #596988

Tints of Kashmir Blue #596988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 26.97%
G = 31.82%
B = 41.21%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#596988 (or 0x596988) is known color: Kashmir Blue. HEX triplet: 59, 69 and 88. RGB value is (89,105,136). Sum of RGB (Red+Green+Blue) = 89+105+136=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #596988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596988 is #A69677. Grayscale: #676767. Windows color (decimal): -10917496 or 8939865. OLE color: 8939865.

HSL color Cylindrical-coordinate representation of color #596988: hue angle of 219.57º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #596988 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 105 136 -
CMYK 0.35 0.23 0 0.47
HSL 219.57º 0.21% 0.44% -
HSV(B) 219.57º 0.35% 0.53% -
XYZ 13.62 14 25.28 -
YUV 103.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 89 105 136 0.35 0.23 0 0.47 219.57 0.21 0.44
Hex 59 69 88 23 17 0 2F DC 15 2C
Octal 131 151 210 43 27 0 57 334 25 54
Binary 1011001 1101001 10001000 100011 10111 0 101111 11011100 10101 101100

Color Harmonies of #596988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596988

Black with #596988

Text Example


Text Example

White with #596988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596988; }

 p { color: rgb(89,105,136); }

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

background-color css

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

 a { background-color: rgb(89,105,136); }

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

border-color css

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

 span { border-color: rgb(89,105,136); }

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