#58858E

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

Shades of Half Baked #58858E

Tints of Half Baked #58858E

Color information

#58858E (or 0x58858E) is unknown color: approx Half Baked. HEX triplet: 58, 85 and 8E. RGB value is (88,133,142). Sum of RGB (Red+Green+Blue) = 88+133+142=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #58858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58858E is #A77A71. Grayscale: #787878. Windows color (decimal): -10975858 or 9340248. OLE color: 9340248.

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

Color convert

RGB88133142-
CMYK0.380.0600.44
HSL190º23.48%45.1%-
HSV(B)190º38.03%55.69%-
XYZ17.2920.828.7-
YUV120.57140.09104.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=24.24%
G=36.64%
B=39.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881331420.380.0600.4419023.4845.1
Hex58858E26602Cbe172d
Octal1302052164660542762755
Binary1011000100001011000111010011011001011001011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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