#596581

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

Shades of Kashmir Blue #596581

Tints of Kashmir Blue #596581

Color information

#596581 (or 0x596581) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 81. RGB value is (89,101,129). Sum of RGB (Red+Green+Blue) = 89+101+129=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #596581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596581 is #A69A7E. Grayscale: #646464. Windows color (decimal): -10918527 or 8480089. OLE color: 8480089.

HSL color Cylindrical-coordinate representation of color #596581: hue angle of 222º 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 #596581 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89101129-
CMYK0.310.2200.49
HSL222º18.35%42.75%-
HSV(B)222º31.01%50.59%-
XYZ12.7413.0222.61-
YUV100.6144.02119.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=27.90%
G=31.66%
B=40.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891011290.310.2200.4922218.3542.75
Hex5965811F16031de122b
Octal13114520137260613362253
Binary1011001110010110000001111111011001100011101111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596581; }

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

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

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

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

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

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

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

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