#58888F

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

Shades of Half Baked #58888F

Tints of Half Baked #58888F

Color information

#58888F (or 0x58888F) is unknown color: approx Half Baked. HEX triplet: 58, 88 and 8F. RGB value is (88,136,143). Sum of RGB (Red+Green+Blue) = 88+136+143=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #58888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58888F is #A77770. Grayscale: #7A7A7A. Windows color (decimal): -10975089 or 9406552. OLE color: 9406552.

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

Color convert

RGB88136143-
CMYK0.380.0500.44
HSL187.64º23.81%45.29%-
HSV(B)187.64º38.46%56.08%-
XYZ17.7921.6729.23-
YUV122.45139.6103.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=23.98%
G=37.06%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881361430.380.0500.44187.6423.8145.29
Hex58888F26502Cbc182d
Octal1302102174650542743055
Binary1011000100010001000111110011010101011001011110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58888F; }

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

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

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

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

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

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

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

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