#596782

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

Shades of Kashmir Blue #596782

Tints of Kashmir Blue #596782

Color information

#596782 (or 0x596782) is unknown color: approx Kashmir Blue. HEX triplet: 59, 67 and 82. RGB value is (89,103,130). Sum of RGB (Red+Green+Blue) = 89+103+130=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #596782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596782 is #A6987D. Grayscale: #656565. Windows color (decimal): -10918014 or 8546137. OLE color: 8546137.

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

Color convert

RGB89103130-
CMYK0.320.2100.49
HSL219.51º18.72%42.94%-
HSV(B)219.51º31.54%50.98%-
XYZ1313.4423.03-
YUV101.89143.86118.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=27.64%
G=31.99%
B=40.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891031300.320.2100.49219.5118.7242.94
Hex5967822015031dc132b
Octal13114720240250613342353
Binary10110011100111100000101000001010101100011101110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596782; }

 p { color: rgb(89,103,130); }

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

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

 a { background-color: rgb(89,103,130); }

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

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

 span { border-color: rgb(89,103,130); }

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