#596280

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

Shades of Kashmir Blue #596280

Tints of Kashmir Blue #596280

Color information

#596280 (or 0x596280) is unknown color: approx Kashmir Blue. HEX triplet: 59, 62 and 80. RGB value is (89,98,128). Sum of RGB (Red+Green+Blue) = 89+98+128=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #596280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596280 is #A69D7F. Grayscale: #626262. Windows color (decimal): -10919296 or 8413785. OLE color: 8413785.

HSL color Cylindrical-coordinate representation of color #596280: hue angle of 226.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596280 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8998128-
CMYK0.300.2300.50
HSL226.15º17.97%42.55%-
HSV(B)226.15º30.47%50.2%-
XYZ12.3812.4222.17-
YUV98.73144.52121.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=28.25%
G=31.11%
B=40.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89981280.300.2300.50226.1517.9742.55
Hex5962801E17032e2122b
Octal13114220036270623422253
Binary1011001110001010000000111101011101100101110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596280; }

 p { color: rgb(89,98,128); }

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

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

 a { background-color: rgb(89,98,128); }

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

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

 span { border-color: rgb(89,98,128); }

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