#58949D

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

Shades of Half Baked #58949D

Tints of Half Baked #58949D

Color information

#58949D (or 0x58949D) is unknown color: approx Half Baked. HEX triplet: 58, 94 and 9D. RGB value is (88,148,157). Sum of RGB (Red+Green+Blue) = 88+148+157=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #58949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58949D is #A76B62. Grayscale: #828282. Windows color (decimal): -10972003 or 10327128. OLE color: 10327128.

HSL color Cylindrical-coordinate representation of color #58949D: hue angle of 187.83º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58949D is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88148157-
CMYK0.440.0600.38
HSL187.83º28.16%48.04%-
HSV(B)187.83º43.95%61.57%-
XYZ20.725.6935.77-
YUV131.09142.6297.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=22.39%
G=37.66%
B=39.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881481570.440.0600.38187.8328.1648.04
Hex58949D2C6026bc1c30
Octal1302242355460462743460
Binary1011000100101001001110110110011001001101011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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