#598D90

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

Shades of Half Baked #598D90

Tints of Half Baked #598D90

Color information

#598D90 (or 0x598D90) is unknown color: approx Half Baked. HEX triplet: 59, 8D and 90. RGB value is (89,141,144). Sum of RGB (Red+Green+Blue) = 89+141+144=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #598D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D90 is #A6726F. Grayscale: #7D7D7D. Windows color (decimal): -10908272 or 9473369. OLE color: 9473369.

HSL color Cylindrical-coordinate representation of color #598D90: hue angle of 183.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598D90 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89141144-
CMYK0.380.0200.44
HSL183.27º23.61%45.69%-
HSV(B)183.27º38.19%56.47%-
XYZ18.6823.1929.88-
YUV125.79138.27101.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=23.80%
G=37.70%
B=38.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891411440.380.0200.44183.2723.6145.69
Hex598D9026202Cb7182e
Octal1312152204620542673056
Binary101100110001101100100001001101001011001011011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598D90; }

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

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

<style>
 a { background-color: #598D90; }

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

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

<style>
 span { border-color: #598D90; }

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

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