#596685

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

Shades of Kashmir Blue #596685

Tints of Kashmir Blue #596685

Color information

#596685 (or 0x596685) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 85. RGB value is (89,102,133). Sum of RGB (Red+Green+Blue) = 89+102+133=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #596685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596685 is #A6997A. Grayscale: #656565. Windows color (decimal): -10918267 or 8742489. OLE color: 8742489.

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

Color convert

RGB89102133-
CMYK0.330.2300.48
HSL222.27º19.82%43.53%-
HSV(B)222.27º33.08%52.16%-
XYZ13.113.3224.07-
YUV101.65145.69118.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=27.47%
G=31.48%
B=41.05%

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
Decimal891021330.330.2300.48222.2719.8243.53
Hex5966852117030de142c
Octal13114620541270603362454
Binary10110011100110100001011000011011101100001101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596685; }

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

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

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

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

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

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

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

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