#59708B

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

Shades of Kashmir Blue #59708B

Tints of Kashmir Blue #59708B

Color information

#59708B (or 0x59708B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 70 and 8B. RGB value is (89,112,139). Sum of RGB (Red+Green+Blue) = 89+112+139=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #59708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59708B is #A68F74. Grayscale: #6C6C6C. Windows color (decimal): -10915701 or 9138265. OLE color: 9138265.

HSL color Cylindrical-coordinate representation of color #59708B: hue angle of 212.4º 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 #59708B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89112139-
CMYK0.360.1900.45
HSL212.4º21.93%44.71%-
HSV(B)212.4º35.97%54.51%-
XYZ14.5715.5826.66-
YUV108.2145.38114.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=26.18%
G=32.94%
B=40.88%

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
Decimal891121390.360.1900.45212.421.9344.71
Hex59708B241302Dd4162d
Octal13116021344230553242655
Binary10110011110000100010111001001001101011011101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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