#596885

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

Shades of Kashmir Blue #596885

Tints of Kashmir Blue #596885

Color information

#596885 (or 0x596885) is unknown color: approx Kashmir Blue. HEX triplet: 59, 68 and 85. RGB value is (89,104,133). Sum of RGB (Red+Green+Blue) = 89+104+133=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #596885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596885 is #A6977A. Grayscale: #666666. Windows color (decimal): -10917755 or 8743001. OLE color: 8743001.

HSL color Cylindrical-coordinate representation of color #596885: hue angle of 219.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596885 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89104133-
CMYK0.330.2200.48
HSL219.55º19.82%43.53%-
HSV(B)219.55º33.08%52.16%-
XYZ13.313.7224.14-
YUV102.82145.03118.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=27.30%
G=31.90%
B=40.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891041330.330.2200.48219.5519.8243.53
Hex5968852116030dc142c
Octal13115020541260603342454
Binary10110011101000100001011000011011001100001101110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596885; }

 p { color: rgb(89,104,133); }

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

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

 a { background-color: rgb(89,104,133); }

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

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

 span { border-color: rgb(89,104,133); }

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