#589098

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

Shades of Half Baked #589098

Tints of Half Baked #589098

Color information

#589098 (or 0x589098) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 98. RGB value is (88,144,152). Sum of RGB (Red+Green+Blue) = 88+144+152=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #589098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589098 is #A76F67. Grayscale: #808080. Windows color (decimal): -10973032 or 9998424. OLE color: 9998424.

HSL color Cylindrical-coordinate representation of color #589098: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589098 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88144152-
CMYK0.420.0500.40
HSL187.5º26.67%47.06%-
HSV(B)187.5º42.11%59.61%-
XYZ19.6724.2933.36-
YUV128.17141.4599.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=22.92%
G=37.5%
B=39.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881441520.420.0500.40187.526.6747.06
Hex5890982A5028bc1b2f
Octal1302202305250502743357
Binary1011000100100001001100010101010101010001011110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589098; }

 p { color: rgb(88,144,152); }

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

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

 a { background-color: rgb(88,144,152); }

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

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

 span { border-color: rgb(88,144,152); }

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