#58958E

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

Shades of Half Baked #58958E

Tints of Half Baked #58958E

Color information

#58958E (or 0x58958E) is unknown color: approx Half Baked. HEX triplet: 58, 95 and 8E. RGB value is (88,149,142). Sum of RGB (Red+Green+Blue) = 88+149+142=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #58958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58958E is #A76A71. Grayscale: #818181. Windows color (decimal): -10971762 or 9344344. OLE color: 9344344.

HSL color Cylindrical-coordinate representation of color #58958E: hue angle of 173.11º 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 #58958E is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB88149142-
CMYK0.4100.050.42
HSL173.11º25.74%46.47%-
HSV(B)173.11º40.94%58.43%-
XYZ19.6525.5229.48-
YUV129.96134.7998.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=23.22%
G=39.31%
B=37.47%

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
Decimal881491420.4100.050.42173.1125.7446.47
Hex58958E29052Aad1a2e
Octal1302252165105522553256
Binary1011000100101011000111010100101011010101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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