#59768C

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

Shades of Kashmir Blue #59768C

Tints of Kashmir Blue #59768C

Color information

#59768C (or 0x59768C) is unknown color: approx Kashmir Blue. HEX triplet: 59, 76 and 8C. RGB value is (89,118,140). Sum of RGB (Red+Green+Blue) = 89+118+140=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #59768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59768C is #A68973. Grayscale: #6F6F6F. Windows color (decimal): -10914164 or 9205337. OLE color: 9205337.

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

Color convert

RGB89118140-
CMYK0.360.1600.45
HSL205.88º22.27%44.9%-
HSV(B)205.88º36.43%54.9%-
XYZ15.3316.9727.28-
YUV111.84143.89111.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=25.65%
G=34.01%
B=40.35%

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
Decimal891181400.360.1600.45205.8822.2744.9
Hex59768C241002Dce162d
Octal13116621444200553162655
Binary10110011110110100011001001001000001011011100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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