#588F99

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

Shades of Half Baked #588F99

Tints of Half Baked #588F99

Color information

#588F99 (or 0x588F99) is unknown color: approx Half Baked. HEX triplet: 58, 8F and 99. RGB value is (88,143,153). Sum of RGB (Red+Green+Blue) = 88+143+153=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #588F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F99 is #A77066. Grayscale: #7F7F7F. Windows color (decimal): -10973287 or 10063704. OLE color: 10063704.

HSL color Cylindrical-coordinate representation of color #588F99: hue angle of 189.23º 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 #588F99 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB88143153-
CMYK0.420.0700.4
HSL189.23º26.97%47.25%-
HSV(B)189.23º42.48%60%-
XYZ19.624.0233.74-
YUV127.7142.2899.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=22.92%
G=37.24%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881431530.420.0700.4189.2326.9747.25
Hex588F992A7028bd1b2f
Octal1302172315270502753357
Binary1011000100011111001100110101011101010001011110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588F99; }

 p { color: rgb(88,143,153); }

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

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

 a { background-color: rgb(88,143,153); }

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

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

 span { border-color: rgb(88,143,153); }

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