Html Css Color HEX #596D85 Kashmir Blue

📋 copy color: '#596D85'

red 89 ◦ green 109 ◦ blue 133

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

Shades of Kashmir Blue #596D85

Tints of Kashmir Blue #596D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

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

R = 26.89%
G = 32.93%
B = 40.18%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596D85 (or 0x596D85) is known color: Kashmir Blue. HEX triplet: 59, 6D and 85. RGB value is (89,109,133). Sum of RGB (Red+Green+Blue) = 89+109+133=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #596D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D85 is #A6927A. Grayscale: #696969. Windows color (decimal): -10916475 or 8744281. OLE color: 8744281.

HSL color Cylindrical-coordinate representation of color #596D85: hue angle of 212.73º 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 #596D85 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 109 133 -
CMYK 0.33 0.18 0 0.48
HSL 212.73º 0.2% 0.44% -
HSV(B) 212.73º 0.33% 0.52% -
XYZ 13.82 14.75 24.31 -
YUV 105.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 89 109 133 0.33 0.18 0 0.48 212.73 0.2 0.44
Hex 59 6D 85 21 12 0 30 D5 14 2C
Octal 131 155 205 41 22 0 60 325 24 54
Binary 1011001 1101101 10000101 100001 10010 0 110000 11010101 10100 101100

Color Harmonies of #596D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D85

Black with #596D85

Text Example


Text Example

White with #596D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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