#588586

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

Shades of Half Baked #588586

Tints of Half Baked #588586

Color information

#588586 (or 0x588586) is unknown color: approx Half Baked. HEX triplet: 58, 85 and 86. RGB value is (88,133,134). Sum of RGB (Red+Green+Blue) = 88+133+134=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #588586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588586 is #A77A79. Grayscale: #777777. Windows color (decimal): -10975866 or 8815960. OLE color: 8815960.

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

Color convert

RGB88133134-
CMYK0.340.0100.47
HSL181.3º20.72%43.53%-
HSV(B)181.3º34.33%52.55%-
XYZ16.7220.5725.64-
YUV119.66136.09105.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=24.79%
G=37.46%
B=37.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881331340.340.0100.47181.320.7243.53
Hex58858622102Fb5152c
Octal1302052064210572652554
Binary10110001000010110000110100010101011111011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588586; }

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

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

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

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

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

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

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

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