#58858D

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

Shades of Half Baked #58858D

Tints of Half Baked #58858D

Color information

#58858D (or 0x58858D) is unknown color: approx Half Baked. HEX triplet: 58, 85 and 8D. RGB value is (88,133,141). Sum of RGB (Red+Green+Blue) = 88+133+141=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #58858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58858D is #A77A72. Grayscale: #787878. Windows color (decimal): -10975859 or 9274712. OLE color: 9274712.

HSL color Cylindrical-coordinate representation of color #58858D: hue angle of 189.06º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58858D is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88133141-
CMYK0.380.0600.45
HSL189.06º23.14%44.9%-
HSV(B)189.06º37.59%55.29%-
XYZ17.2220.7728.3-
YUV120.46139.59104.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=24.31%
G=36.74%
B=38.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881331410.380.0600.45189.0623.1444.9
Hex58858D26602Dbd172d
Octal1302052154660552752755
Binary1011000100001011000110110011011001011011011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58858D; }

 p { color: rgb(88,133,141); }

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

<style>
 a { background-color: #58858D; }

 a { background-color: rgb(88,133,141); }

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

<style>
 span { border-color: #58858D; }

 span { border-color: rgb(88,133,141); }

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