#598889

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

Shades of Half Baked #598889

Tints of Half Baked #598889

Color information

#598889 (or 0x598889) is unknown color: approx Half Baked. HEX triplet: 59, 88 and 89. RGB value is (89,136,137). Sum of RGB (Red+Green+Blue) = 89+136+137=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #598889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598889 is #A67776. Grayscale: #7A7A7A. Windows color (decimal): -10909559 or 9013337. OLE color: 9013337.

HSL color Cylindrical-coordinate representation of color #598889: hue angle of 181.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598889 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89136137-
CMYK0.350.0100.46
HSL181.25º21.24%44.31%-
HSV(B)181.25º35.04%53.73%-
XYZ17.4421.5426.91-
YUV122.06136.43104.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=24.59%
G=37.57%
B=37.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891361370.350.0100.46181.2521.2444.31
Hex59888923102Eb5152c
Octal1312102114310562652554
Binary10110011000100010001001100011101011101011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598889; }

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

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

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

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

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

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

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

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