#58918B

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

Shades of Half Baked #58918B

Tints of Half Baked #58918B

Color information

#58918B (or 0x58918B) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 8B. RGB value is (88,145,139). Sum of RGB (Red+Green+Blue) = 88+145+139=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #58918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58918B is #A76E74. Grayscale: #7F7F7F. Windows color (decimal): -10972789 or 9146712. OLE color: 9146712.

HSL color Cylindrical-coordinate representation of color #58918B: hue angle of 173.68º 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 #58918B is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB88145139-
CMYK0.3900.040.43
HSL173.68º24.46%45.69%-
HSV(B)173.68º39.31%56.86%-
XYZ18.8124.1928.1-
YUV127.27134.6299.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=23.66%
G=38.98%
B=37.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451390.3900.040.43173.6824.4645.69
Hex58918B27042Bae182e
Octal1302212134704532563056
Binary1011000100100011000101110011101001010111010111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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