#58958D

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

Shades of Half Baked #58958D

Tints of Half Baked #58958D

Color information

#58958D (or 0x58958D) is unknown color: approx Half Baked. HEX triplet: 58, 95 and 8D. RGB value is (88,149,141). Sum of RGB (Red+Green+Blue) = 88+149+141=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #58958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958D is #A76A72. Grayscale: #818181. Windows color (decimal): -10971763 or 9278808. OLE color: 9278808.

HSL color Cylindrical-coordinate representation of color #58958D: hue angle of 172.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58958D is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB88149141-
CMYK0.4100.050.42
HSL172.13º25.74%46.47%-
HSV(B)172.13º40.94%58.43%-
XYZ19.5825.4929.09-
YUV129.85134.2998.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=23.28%
G=39.42%
B=37.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491410.4100.050.42172.1325.7446.47
Hex58958D29052Aac1a2e
Octal1302252155105522543256
Binary1011000100101011000110110100101011010101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58958D; }

 p { color: rgb(88,149,141); }

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

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

 a { background-color: rgb(88,149,141); }

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

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

 span { border-color: rgb(88,149,141); }

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