#59758B

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

Shades of Kashmir Blue #59758B

Tints of Kashmir Blue #59758B

Color information

#59758B (or 0x59758B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 75 and 8B. RGB value is (89,117,139). Sum of RGB (Red+Green+Blue) = 89+117+139=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #59758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59758B is #A68A74. Grayscale: #6F6F6F. Windows color (decimal): -10914421 or 9139545. OLE color: 9139545.

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

Color convert

RGB89117139-
CMYK0.360.1600.45
HSL206.4º21.93%44.71%-
HSV(B)206.4º35.97%54.51%-
XYZ15.1416.7126.85-
YUV111.14143.72112.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=25.80%
G=33.91%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891171390.360.1600.45206.421.9344.71
Hex59758B241002Dce162d
Octal13116521344200553162655
Binary10110011110101100010111001001000001011011100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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