#59919B

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

Shades of Half Baked #59919B

Tints of Half Baked #59919B

Color information

#59919B (or 0x59919B) is unknown color: approx Half Baked. HEX triplet: 59, 91 and 9B. RGB value is (89,145,155). Sum of RGB (Red+Green+Blue) = 89+145+155=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #59919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59919B is #A66E64. Grayscale: #818181. Windows color (decimal): -10907237 or 10195289. OLE color: 10195289.

HSL color Cylindrical-coordinate representation of color #59919B: hue angle of 189.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59919B is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89145155-
CMYK0.430.0600.39
HSL189.09º27.05%47.84%-
HSV(B)189.09º42.58%60.78%-
XYZ20.1624.7434.72-
YUV129.4142.4599.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=22.88%
G=37.28%
B=39.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891451550.430.0600.39189.0927.0547.84
Hex59919B2B6027bd1b30
Octal1312212335360472753360
Binary1011001100100011001101110101111001001111011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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