#596F8D

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

Shades of Kashmir Blue #596F8D

Tints of Kashmir Blue #596F8D

Color information

#596F8D (or 0x596F8D) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6F and 8D. RGB value is (89,111,141). Sum of RGB (Red+Green+Blue) = 89+111+141=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #596F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F8D is #A69072. Grayscale: #6B6B6B. Windows color (decimal): -10915955 or 9269081. OLE color: 9269081.

HSL color Cylindrical-coordinate representation of color #596F8D: hue angle of 214.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #596F8D is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89111141-
CMYK0.370.2100.45
HSL214.62º22.61%45.1%-
HSV(B)214.62º36.88%55.29%-
XYZ14.6115.4227.4-
YUV107.84146.71114.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=26.10%
G=32.55%
B=41.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891111410.370.2100.45214.6222.6145.1
Hex596F8D251502Dd7172d
Octal13115721545250553272755
Binary10110011101111100011011001011010101011011101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596F8D; }

 p { color: rgb(89,111,141); }

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

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

 a { background-color: rgb(89,111,141); }

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

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

 span { border-color: rgb(89,111,141); }

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