#58938C

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

Shades of Half Baked #58938C

Tints of Half Baked #58938C

Color information

#58938C (or 0x58938C) is unknown color: approx Half Baked. HEX triplet: 58, 93 and 8C. RGB value is (88,147,140). Sum of RGB (Red+Green+Blue) = 88+147+140=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #58938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58938C is #A76C73. Grayscale: #808080. Windows color (decimal): -10972276 or 9212760. OLE color: 9212760.

HSL color Cylindrical-coordinate representation of color #58938C: hue angle of 172.88º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58938C is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB88147140-
CMYK0.4000.050.42
HSL172.88º25.11%46.08%-
HSV(B)172.88º40.14%57.65%-
XYZ19.1924.8428.59-
YUV128.56134.4599.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=23.47%
G=39.2%
B=37.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471400.4000.050.42172.8825.1146.08
Hex58938C28052Aad192e
Octal1302232145005522553156
Binary1011000100100111000110010100001011010101010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58938C; }

 p { color: rgb(88,147,140); }

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

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

 a { background-color: rgb(88,147,140); }

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

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

 span { border-color: rgb(88,147,140); }

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