#59898F

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

Shades of Half Baked #59898F

Tints of Half Baked #59898F

Color information

#59898F (or 0x59898F) is unknown color: approx Half Baked. HEX triplet: 59, 89 and 8F. RGB value is (89,137,143). Sum of RGB (Red+Green+Blue) = 89+137+143=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #59898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59898F is #A67670. Grayscale: #7B7B7B. Windows color (decimal): -10909297 or 9406809. OLE color: 9406809.

HSL color Cylindrical-coordinate representation of color #59898F: hue angle of 186.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59898F is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89137143-
CMYK0.380.0400.44
HSL186.67º23.28%45.49%-
HSV(B)186.67º37.76%56.08%-
XYZ18.022229.28-
YUV123.33139.1103.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=24.12%
G=37.13%
B=38.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891371430.380.0400.44186.6723.2845.49
Hex59898F26402Cbb172d
Octal1312112174640542732755
Binary1011001100010011000111110011010001011001011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59898F; }

 p { color: rgb(89,137,143); }

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

<style>
 a { background-color: #59898F; }

 a { background-color: rgb(89,137,143); }

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

<style>
 span { border-color: #59898F; }

 span { border-color: rgb(89,137,143); }

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