#598F95

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

Shades of Half Baked #598F95

Tints of Half Baked #598F95

Color information

#598F95 (or 0x598F95) is unknown color: approx Half Baked. HEX triplet: 59, 8F and 95. RGB value is (89,143,149). Sum of RGB (Red+Green+Blue) = 89+143+149=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #598F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598F95 is #A6706A. Grayscale: #7F7F7F. Windows color (decimal): -10907755 or 9801561. OLE color: 9801561.

HSL color Cylindrical-coordinate representation of color #598F95: hue angle of 186º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #598F95 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89143149-
CMYK0.400.0400.42
HSL186º25.21%46.67%-
HSV(B)186º40.27%58.43%-
XYZ19.3723.9432.03-
YUV127.54140.11100.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=23.36%
G=37.53%
B=39.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891431490.400.0400.4218625.2146.67
Hex598F9528402Aba192f
Octal1312172255040522723157
Binary1011001100011111001010110100010001010101011101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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