#59748C

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

Shades of Kashmir Blue #59748C

Tints of Kashmir Blue #59748C

Color information

#59748C (or 0x59748C) is unknown color: approx Kashmir Blue. HEX triplet: 59, 74 and 8C. RGB value is (89,116,140). Sum of RGB (Red+Green+Blue) = 89+116+140=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #59748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59748C is #A68B73. Grayscale: #6E6E6E. Windows color (decimal): -10914676 or 9204825. OLE color: 9204825.

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

Color convert

RGB89116140-
CMYK0.360.1700.45
HSL208.24º22.27%44.9%-
HSV(B)208.24º36.43%54.9%-
XYZ15.116.5127.2-
YUV110.66144.55112.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=25.80%
G=33.62%
B=40.58%

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
Decimal891161400.360.1700.45208.2422.2744.9
Hex59748C241102Dd0162d
Octal13116421444210553202655
Binary10110011110100100011001001001000101011011101000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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