#588690

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

Shades of Half Baked #588690

Tints of Half Baked #588690

Color information

#588690 (or 0x588690) is unknown color: approx Half Baked. HEX triplet: 58, 86 and 90. RGB value is (88,134,144). Sum of RGB (Red+Green+Blue) = 88+134+144=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #588690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588690 is #A7796F. Grayscale: #797979. Windows color (decimal): -10975600 or 9471576. OLE color: 9471576.

HSL color Cylindrical-coordinate representation of color #588690: hue angle of 190.71º 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 #588690 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88134144-
CMYK0.390.0700.44
HSL190.71º24.14%45.49%-
HSV(B)190.71º38.89%56.47%-
XYZ17.5821.1429.54-
YUV121.39140.76104.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=24.04%
G=36.61%
B=39.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881341440.390.0700.44190.7124.1445.49
Hex58869027702Cbf182d
Octal1302062204770542773055
Binary1011000100001101001000010011111101011001011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588690; }

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

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

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

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

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

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

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

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