#588890

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

Shades of Half Baked #588890

Tints of Half Baked #588890

Color information

#588890 (or 0x588890) is unknown color: approx Half Baked. HEX triplet: 58, 88 and 90. RGB value is (88,136,144). Sum of RGB (Red+Green+Blue) = 88+136+144=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #588890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588890 is #A7776F. Grayscale: #7A7A7A. Windows color (decimal): -10975088 or 9472088. OLE color: 9472088.

HSL color Cylindrical-coordinate representation of color #588890: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588890 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88136144-
CMYK0.390.0600.44
HSL188.57º24.14%45.49%-
HSV(B)188.57º38.89%56.47%-
XYZ17.8621.729.63-
YUV122.56140.1103.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=23.91%
G=36.96%
B=39.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881361440.390.0600.44188.5724.1445.49
Hex58889027602Cbd182d
Octal1302102204760542753055
Binary1011000100010001001000010011111001011001011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588890; }

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

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

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

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

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

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

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

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