Html Css Color HEX #596784 Kashmir Blue

📋 copy color: '#596784'

red 89 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #596784

Tints of Kashmir Blue #596784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

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

R = 27.47%
G = 31.79%
B = 40.74%

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

#596784 (or 0x596784) is known color: Kashmir Blue. HEX triplet: 59, 67 and 84. RGB value is (89,103,132). Sum of RGB (Red+Green+Blue) = 89+103+132=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #596784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596784 is #A6987B. Grayscale: #656565. Windows color (decimal): -10918012 or 8677209. OLE color: 8677209.

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

Color convert

RGB 89 103 132 -
CMYK 0.33 0.22 0 0.48
HSL 220.47º 0.19% 0.43% -
HSV(B) 220.47º 0.33% 0.52% -
XYZ 13.13 13.49 23.74 -
YUV 102.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 89 103 132 0.33 0.22 0 0.48 220.47 0.19 0.43
Hex 59 67 84 21 16 0 30 DC 13 2B
Octal 131 147 204 41 26 0 60 334 23 53
Binary 1011001 1100111 10000100 100001 10110 0 110000 11011100 10011 101011

Color Harmonies of #596784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596784

Black with #596784

Text Example


Text Example

White with #596784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596784; }

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

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

background-color css

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

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

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

border-color css

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

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

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