#58949C

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

Shades of Half Baked #58949C

Tints of Half Baked #58949C

Color information

#58949C (or 0x58949C) is unknown color: approx Half Baked. HEX triplet: 58, 94 and 9C. RGB value is (88,148,156). Sum of RGB (Red+Green+Blue) = 88+148+156=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #58949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58949C is #A76B63. Grayscale: #828282. Windows color (decimal): -10972004 or 10261592. OLE color: 10261592.

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

Color convert

RGB88148156-
CMYK0.440.0500.39
HSL187.06º27.87%47.84%-
HSV(B)187.06º43.59%61.18%-
XYZ20.6225.6535.32-
YUV130.97142.1297.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=22.45%
G=37.76%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881481560.440.0500.39187.0627.8747.84
Hex58949C2C5027bb1c30
Octal1302242345450472733460
Binary1011000100101001001110010110010101001111011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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