#596785

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

Shades of Kashmir Blue #596785

Tints of Kashmir Blue #596785

Color information

#596785 (or 0x596785) is unknown color: approx Kashmir Blue. HEX triplet: 59, 67 and 85. RGB value is (89,103,133). Sum of RGB (Red+Green+Blue) = 89+103+133=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #596785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596785 is #A6987A. Grayscale: #666666. Windows color (decimal): -10918011 or 8742745. OLE color: 8742745.

HSL color Cylindrical-coordinate representation of color #596785: hue angle of 220.91º 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 #596785 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89103133-
CMYK0.330.2300.48
HSL220.91º19.82%43.53%-
HSV(B)220.91º33.08%52.16%-
XYZ13.213.5224.1-
YUV102.23145.36118.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=27.38%
G=31.69%
B=40.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891031330.330.2300.48220.9119.8243.53
Hex5967852117030dd142c
Octal13114720541270603352454
Binary10110011100111100001011000011011101100001101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596785; }

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

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

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

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

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

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

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

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