Html Css Color HEX #596884 Kashmir Blue

📋 copy color: '#596884'

red 89 ◦ green 104 ◦ blue 132

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

Shades of Kashmir Blue #596884

Tints of Kashmir Blue #596884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 27.38%
G = 32%
B = 40.62%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596884 (or 0x596884) is known color: Kashmir Blue. HEX triplet: 59, 68 and 84. RGB value is (89,104,132). Sum of RGB (Red+Green+Blue) = 89+104+132=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #596884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596884 is #A6977B. Grayscale: #666666. Windows color (decimal): -10917756 or 8677465. OLE color: 8677465.

HSL color Cylindrical-coordinate representation of color #596884: hue angle of 219.07º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596884 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 104 132 -
CMYK 0.33 0.21 0 0.48
HSL 219.07º 0.19% 0.43% -
HSV(B) 219.07º 0.33% 0.52% -
XYZ 13.24 13.69 23.77 -
YUV 102.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 89 104 132 0.33 0.21 0 0.48 219.07 0.19 0.43
Hex 59 68 84 21 15 0 30 DB 13 2B
Octal 131 150 204 41 25 0 60 333 23 53
Binary 1011001 1101000 10000100 100001 10101 0 110000 11011011 10011 101011

Color Harmonies of #596884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596884

Black with #596884

Text Example


Text Example

White with #596884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596884; }

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

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

background-color css

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

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

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

border-color css

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

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

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