#59918D

Color #59918D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #59918D

Tints of Half Baked #59918D

Color information

#59918D (or 0x59918D) is unknown color: approx Half Baked. HEX triplet: 59, 91 and 8D. RGB value is (89,145,141). Sum of RGB (Red+Green+Blue) = 89+145+141=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #59918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59918D is #A66E72. Grayscale: #7F7F7F. Windows color (decimal): -10907251 or 9277785. OLE color: 9277785.

HSL color Cylindrical-coordinate representation of color #59918D: hue angle of 175.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59918D is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB89145141-
CMYK0.3900.030.43
HSL175.71º23.93%45.88%-
HSV(B)175.71º38.62%56.86%-
XYZ19.0524.328.89-
YUV127.8135.45100.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=23.73%
G=38.67%
B=37.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451410.3900.030.43175.7123.9345.88
Hex59918D27032Bb0182e
Octal1312212154703532603056
Binary101100110010001100011011001110111010111011000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59918D; }

 p { color: rgb(89,145,141); }

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

<style>
 a { background-color: #59918D; }

 a { background-color: rgb(89,145,141); }

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

<style>
 span { border-color: #59918D; }

 span { border-color: rgb(89,145,141); }

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