#59748B

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

Shades of Kashmir Blue #59748B

Tints of Kashmir Blue #59748B

Color information

#59748B (or 0x59748B) is unknown color: approx Kashmir Blue. HEX triplet: 59, 74 and 8B. RGB value is (89,116,139). Sum of RGB (Red+Green+Blue) = 89+116+139=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #59748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59748B is #A68B74. Grayscale: #6E6E6E. Windows color (decimal): -10914677 or 9139289. OLE color: 9139289.

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

Color convert

RGB89116139-
CMYK0.360.1700.45
HSL207.6º21.93%44.71%-
HSV(B)207.6º35.97%54.51%-
XYZ15.0316.4826.81-
YUV110.55144.05112.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=25.87%
G=33.72%
B=40.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891161390.360.1700.45207.621.9344.71
Hex59748B241102Dd0162d
Octal13116421344210553202655
Binary10110011110100100010111001001000101011011101000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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