#58978E

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

Shades of Half Baked #58978E

Tints of Half Baked #58978E

Color information

#58978E (or 0x58978E) is unknown color: approx Half Baked. HEX triplet: 58, 97 and 8E. RGB value is (88,151,142). Sum of RGB (Red+Green+Blue) = 88+151+142=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #58978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58978E is #A76871. Grayscale: #838383. Windows color (decimal): -10971250 or 9344856. OLE color: 9344856.

HSL color Cylindrical-coordinate representation of color #58978E: hue angle of 171.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58978E is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB88151142-
CMYK0.4200.060.41
HSL171.43º26.36%46.86%-
HSV(B)171.43º41.72%59.22%-
XYZ19.9726.1629.59-
YUV131.14134.1397.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=23.10%
G=39.63%
B=37.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881511420.4200.060.41171.4326.3646.86
Hex58978E2A0629ab1a2f
Octal1302272165206512533257
Binary1011000100101111000111010101001101010011010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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