#58948F

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

Shades of Half Baked #58948F

Tints of Half Baked #58948F

Color information

#58948F (or 0x58948F) is unknown color: approx Half Baked. HEX triplet: 58, 94 and 8F. RGB value is (88,148,143). Sum of RGB (Red+Green+Blue) = 88+148+143=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #58948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58948F is #A76B70. Grayscale: #818181. Windows color (decimal): -10972017 or 9409624. OLE color: 9409624.

HSL color Cylindrical-coordinate representation of color #58948F: hue angle of 175º degrees, saturation: 0.25, 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 #58948F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB88148143-
CMYK0.4100.030.42
HSL175º25.42%46.27%-
HSV(B)175º40.54%58.04%-
XYZ19.5725.2429.83-
YUV129.49135.6298.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=23.22%
G=39.05%
B=37.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481430.4100.030.4217525.4246.27
Hex58948F29032Aaf192e
Octal1302242175103522573156
Binary101100010010100100011111010010111010101010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58948F; }

 p { color: rgb(88,148,143); }

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

<style>
 a { background-color: #58948F; }

 a { background-color: rgb(88,148,143); }

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

<style>
 span { border-color: #58948F; }

 span { border-color: rgb(88,148,143); }

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