Html Css Color HEX #596C85 Kashmir Blue

📋 copy color: '#596C85'

red 89 ◦ green 108 ◦ blue 133

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

Shades of Kashmir Blue #596C85

Tints of Kashmir Blue #596C85

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

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

R = 26.97%
G = 32.73%
B = 40.3%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596C85 (or 0x596C85) is known color: Kashmir Blue. HEX triplet: 59, 6C and 85. RGB value is (89,108,133). Sum of RGB (Red+Green+Blue) = 89+108+133=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #596C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C85 is #A6937A. Grayscale: #696969. Windows color (decimal): -10916731 or 8744025. OLE color: 8744025.

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

Color convert

RGB 89 108 133 -
CMYK 0.33 0.19 0 0.48
HSL 214.09º 0.2% 0.44% -
HSV(B) 214.09º 0.33% 0.52% -
XYZ 13.72 14.54 24.27 -
YUV 105.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 89 108 133 0.33 0.19 0 0.48 214.09 0.2 0.44
Hex 59 6C 85 21 13 0 30 D6 14 2C
Octal 131 154 205 41 23 0 60 326 24 54
Binary 1011001 1101100 10000101 100001 10011 0 110000 11010110 10100 101100

Color Harmonies of #596C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C85

Black with #596C85

Text Example


Text Example

White with #596C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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