#58918C

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

Shades of Half Baked #58918C

Tints of Half Baked #58918C

Color information

#58918C (or 0x58918C) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 8C. RGB value is (88,145,140). Sum of RGB (Red+Green+Blue) = 88+145+140=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #58918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58918C is #A76E73. Grayscale: #7F7F7F. Windows color (decimal): -10972788 or 9212248. OLE color: 9212248.

HSL color Cylindrical-coordinate representation of color #58918C: hue angle of 174.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58918C is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB88145140-
CMYK0.3900.030.43
HSL174.74º24.46%45.69%-
HSV(B)174.74º39.31%56.86%-
XYZ18.8824.2228.49-
YUV127.39135.1299.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=23.59%
G=38.87%
B=37.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451400.3900.030.43174.7424.4645.69
Hex58918C27032Baf182e
Octal1302212144703532573056
Binary101100010010001100011001001110111010111010111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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