#58939C

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

Shades of Half Baked #58939C

Tints of Half Baked #58939C

Color information

#58939C (or 0x58939C) is unknown color: approx Half Baked. HEX triplet: 58, 93 and 9C. RGB value is (88,147,156). Sum of RGB (Red+Green+Blue) = 88+147+156=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #58939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58939C is #A76C63. Grayscale: #828282. Windows color (decimal): -10972260 or 10261336. OLE color: 10261336.

HSL color Cylindrical-coordinate representation of color #58939C: hue angle of 187.94º 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 #58939C is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88147156-
CMYK0.440.0600.39
HSL187.94º27.87%47.84%-
HSV(B)187.94º43.59%61.18%-
XYZ20.4625.3435.27-
YUV130.38142.4597.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=22.51%
G=37.60%
B=39.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881471560.440.0600.39187.9427.8747.84
Hex58939C2C6027bc1c30
Octal1302232345460472743460
Binary1011000100100111001110010110011001001111011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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