#59718B

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

Shades of Kashmir Blue #59718B

Tints of Kashmir Blue #59718B

Color information

#59718B (or 0x59718B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 71 and 8B. RGB value is (89,113,139). Sum of RGB (Red+Green+Blue) = 89+113+139=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #59718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59718B is #A68E74. Grayscale: #6C6C6C. Windows color (decimal): -10915445 or 9138521. OLE color: 9138521.

HSL color Cylindrical-coordinate representation of color #59718B: hue angle of 211.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59718B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89113139-
CMYK0.360.1900.45
HSL211.2º21.93%44.71%-
HSV(B)211.2º35.97%54.51%-
XYZ14.6915.826.7-
YUV108.79145.05113.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=26.10%
G=33.14%
B=40.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891131390.360.1900.45211.221.9344.71
Hex59718B241302Dd3162d
Octal13116121344230553232655
Binary10110011110001100010111001001001101011011101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59718B; }

 p { color: rgb(89,113,139); }

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

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

 a { background-color: rgb(89,113,139); }

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

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

 span { border-color: rgb(89,113,139); }

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