Html Css Color HEX #596E86 Kashmir Blue

📋 copy color: '#596E86'

red 89 ◦ green 110 ◦ blue 134

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

Shades of Kashmir Blue #596E86

Tints of Kashmir Blue #596E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 26.73%
G = 33.03%
B = 40.24%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#596E86 (or 0x596E86) is known color: Kashmir Blue. HEX triplet: 59, 6E and 86. RGB value is (89,110,134). Sum of RGB (Red+Green+Blue) = 89+110+134=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #596E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E86 is #A69179. Grayscale: #6A6A6A. Windows color (decimal): -10916218 or 8810073. OLE color: 8810073.

HSL color Cylindrical-coordinate representation of color #596E86: hue angle of 212º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596E86 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 110 134 -
CMYK 0.34 0.18 0 0.47
HSL 212º 0.2% 0.44% -
HSV(B) 212º 0.34% 0.53% -
XYZ 14 15 24.71 -
YUV 106.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 89 110 134 0.34 0.18 0 0.47 212 0.2 0.44
Hex 59 6E 86 22 12 0 2F D4 14 2C
Octal 131 156 206 42 22 0 57 324 24 54
Binary 1011001 1101110 10000110 100010 10010 0 101111 11010100 10100 101100

Color Harmonies of #596E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E86

Black with #596E86

Text Example


Text Example

White with #596E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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