Html Css Color HEX #596A86 Kashmir Blue

📋 copy color: '#596A86'

red 89 ◦ green 106 ◦ blue 134

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

Shades of Kashmir Blue #596A86

Tints of Kashmir Blue #596A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 27.05%
G = 32.22%
B = 40.73%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#596A86 (or 0x596A86) is known color: Kashmir Blue. HEX triplet: 59, 6A and 86. RGB value is (89,106,134). Sum of RGB (Red+Green+Blue) = 89+106+134=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #596A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A86 is #A69579. Grayscale: #676767. Windows color (decimal): -10917242 or 8809049. OLE color: 8809049.

HSL color Cylindrical-coordinate representation of color #596A86: hue angle of 217.33º 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 #596A86 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 106 134 -
CMYK 0.34 0.21 0 0.47
HSL 217.33º 0.2% 0.44% -
HSV(B) 217.33º 0.34% 0.53% -
XYZ 13.58 14.15 24.57 -
YUV 104.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 89 106 134 0.34 0.21 0 0.47 217.33 0.2 0.44
Hex 59 6A 86 22 15 0 2F D9 14 2C
Octal 131 152 206 42 25 0 57 331 24 54
Binary 1011001 1101010 10000110 100010 10101 0 101111 11011001 10100 101100

Color Harmonies of #596A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A86

Black with #596A86

Text Example


Text Example

White with #596A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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