#596784

Color #596784 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #596784

Tints of Kashmir Blue #596784

Color information

#596784 (or 0x596784) is unknown color: approx 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

RGB89103132-
CMYK0.330.2200.48
HSL220.47º19.46%43.33%-
HSV(B)220.47º32.58%51.76%-
XYZ13.1313.4923.74-
YUV102.12144.86118.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891031320.330.2200.48220.4719.4643.33
Hex5967842116030dc132b
Octal13114720441260603342353
Binary10110011100111100001001000011011001100001101110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>