#596281

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

Shades of Kashmir Blue #596281

Tints of Kashmir Blue #596281

Color information

#596281 (or 0x596281) is unknown color: approx Kashmir Blue. HEX triplet: 59, 62 and 81. RGB value is (89,98,129). Sum of RGB (Red+Green+Blue) = 89+98+129=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #596281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596281 is #A69D7E. Grayscale: #626262. Windows color (decimal): -10919295 or 8479321. OLE color: 8479321.

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

Color convert

RGB8998129-
CMYK0.310.2400.49
HSL226.5º18.35%42.75%-
HSV(B)226.5º31.01%50.59%-
XYZ12.4512.4422.51-
YUV98.84145.02120.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=28.16%
G=31.01%
B=40.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89981290.310.2400.49226.518.3542.75
Hex5962811F18031e2122b
Octal13114220137300613422253
Binary1011001110001010000001111111100001100011110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596281; }

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

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

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

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

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

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

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

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