Html Css Color HEX #596E85 Kashmir Blue

📋 copy color: '#596E85'

red 89 ◦ green 110 ◦ blue 133

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

Shades of Kashmir Blue #596E85

Tints of Kashmir Blue #596E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 26.81%
G = 33.13%
B = 40.06%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596E85 (or 0x596E85) is known color: Kashmir Blue. HEX triplet: 59, 6E and 85. RGB value is (89,110,133). Sum of RGB (Red+Green+Blue) = 89+110+133=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #596E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E85 is #A6917A. Grayscale: #6A6A6A. Windows color (decimal): -10916219 or 8744537. OLE color: 8744537.

HSL color Cylindrical-coordinate representation of color #596E85: hue angle of 211.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596E85 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 110 133 -
CMYK 0.33 0.17 0 0.48
HSL 211.36º 0.2% 0.44% -
HSV(B) 211.36º 0.33% 0.52% -
XYZ 13.93 14.97 24.35 -
YUV 106.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 89 110 133 0.33 0.17 0 0.48 211.36 0.2 0.44
Hex 59 6E 85 21 11 0 30 D3 14 2C
Octal 131 156 205 41 21 0 60 323 24 54
Binary 1011001 1101110 10000101 100001 10001 0 110000 11010011 10100 101100

Color Harmonies of #596E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E85

Black with #596E85

Text Example


Text Example

White with #596E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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