#58928E

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

Shades of Half Baked #58928E

Tints of Half Baked #58928E

Color information

#58928E (or 0x58928E) is unknown color: approx Half Baked. HEX triplet: 58, 92 and 8E. RGB value is (88,146,142). Sum of RGB (Red+Green+Blue) = 88+146+142=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #58928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58928E is #A76D71. Grayscale: #808080. Windows color (decimal): -10972530 or 9343576. OLE color: 9343576.

HSL color Cylindrical-coordinate representation of color #58928E: hue angle of 175.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58928E is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB88146142-
CMYK0.4000.030.43
HSL175.86º24.79%45.88%-
HSV(B)175.86º39.73%57.25%-
XYZ19.1924.5929.33-
YUV128.2135.7899.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=23.40%
G=38.83%
B=37.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461420.4000.030.43175.8624.7945.88
Hex58928E28032Bb0192e
Octal1302222165003532603156
Binary101100010010010100011101010000111010111011000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58928E; }

 p { color: rgb(88,146,142); }

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

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

 a { background-color: rgb(88,146,142); }

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

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

 span { border-color: rgb(88,146,142); }

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