#596584

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

Shades of Kashmir Blue #596584

Tints of Kashmir Blue #596584

Color information

#596584 (or 0x596584) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 84. RGB value is (89,101,132). Sum of RGB (Red+Green+Blue) = 89+101+132=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #596584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596584 is #A69A7B. Grayscale: #646464. Windows color (decimal): -10918524 or 8676697. OLE color: 8676697.

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

Color convert

RGB89101132-
CMYK0.330.2300.48
HSL223.26º19.46%43.33%-
HSV(B)223.26º32.58%51.76%-
XYZ12.9413.123.68-
YUV100.95145.52119.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=27.64%
G=31.37%
B=40.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891011320.330.2300.48223.2619.4643.33
Hex5965842117030df132b
Octal13114520441270603372353
Binary10110011100101100001001000011011101100001101111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596584; }

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

 H1.HeaderClassName
 {
   color: #596584;
 }
 .AnyTagClassName
 {
   color: #596584;
 }
</style>
background-color css

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

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

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

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

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

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