Html Css Color HEX #596C84 Kashmir Blue

📋 copy color: '#596C84'

red 89 ◦ green 108 ◦ blue 132

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

Shades of Kashmir Blue #596C84

Tints of Kashmir Blue #596C84

RGB

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

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

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

R = 27.05%
G = 32.83%
B = 40.12%

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

#596C84 (or 0x596C84) is known color: Kashmir Blue. HEX triplet: 59, 6C and 84. RGB value is (89,108,132). Sum of RGB (Red+Green+Blue) = 89+108+132=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #596C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C84 is #A6937B. Grayscale: #686868. Windows color (decimal): -10916732 or 8678489. OLE color: 8678489.

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

Color convert

RGB 89 108 132 -
CMYK 0.33 0.18 0 0.48
HSL 213.49º 0.19% 0.43% -
HSV(B) 213.49º 0.33% 0.52% -
XYZ 13.65 14.51 23.91 -
YUV 105.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 89 108 132 0.33 0.18 0 0.48 213.49 0.19 0.43
Hex 59 6C 84 21 12 0 30 D5 13 2B
Octal 131 154 204 41 22 0 60 325 23 53
Binary 1011001 1101100 10000100 100001 10010 0 110000 11010101 10011 101011

Color Harmonies of #596C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C84

Black with #596C84

Text Example


Text Example

White with #596C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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