#596383

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

Shades of Kashmir Blue #596383

Tints of Kashmir Blue #596383

Color information

#596383 (or 0x596383) is unknown color: approx Kashmir Blue. HEX triplet: 59, 63 and 83. RGB value is (89,99,131). Sum of RGB (Red+Green+Blue) = 89+99+131=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #596383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596383 is #A69C7C. Grayscale: #636363. Windows color (decimal): -10919037 or 8610649. OLE color: 8610649.

HSL color Cylindrical-coordinate representation of color #596383: hue angle of 225.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #596383 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8999131-
CMYK0.320.2400.49
HSL225.71º19.09%43.14%-
HSV(B)225.71º32.06%51.37%-
XYZ12.6812.6923.25-
YUV99.66145.69120.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=27.90%
G=31.03%
B=41.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89991310.320.2400.49225.7119.0943.14
Hex5963832018031e2132b
Octal13114320340300613422353
Binary10110011100011100000111000001100001100011110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596383; }

 p { color: rgb(89,99,131); }

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

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

 a { background-color: rgb(89,99,131); }

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

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

 span { border-color: rgb(89,99,131); }

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