Html Css Color HEX #596885 Kashmir Blue

📋 copy color: '#596885'

red 89 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #596885

Tints of Kashmir Blue #596885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 27.3%
G = 31.9%
B = 40.8%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596885 (or 0x596885) is known color: Kashmir Blue. HEX triplet: 59, 68 and 85. RGB value is (89,104,133). Sum of RGB (Red+Green+Blue) = 89+104+133=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #596885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596885 is #A6977A. Grayscale: #666666. Windows color (decimal): -10917755 or 8743001. OLE color: 8743001.

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

Color convert

RGB 89 104 133 -
CMYK 0.33 0.22 0 0.48
HSL 219.55º 0.2% 0.44% -
HSV(B) 219.55º 0.33% 0.52% -
XYZ 13.3 13.72 24.14 -
YUV 102.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 89 104 133 0.33 0.22 0 0.48 219.55 0.2 0.44
Hex 59 68 85 21 16 0 30 DC 14 2C
Octal 131 150 205 41 26 0 60 334 24 54
Binary 1011001 1101000 10000101 100001 10110 0 110000 11011100 10100 101100

Color Harmonies of #596885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596885

Black with #596885

Text Example


Text Example

White with #596885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596885; }

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

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

background-color css

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

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

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

border-color css

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

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

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