#58929B

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

Shades of Half Baked #58929B

Tints of Half Baked #58929B

Color information

#58929B (or 0x58929B) is unknown color: approx Half Baked. HEX triplet: 58, 92 and 9B. RGB value is (88,146,155). Sum of RGB (Red+Green+Blue) = 88+146+155=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #58929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58929B is #A76D64. Grayscale: #818181. Windows color (decimal): -10972517 or 10195544. OLE color: 10195544.

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

Color convert

RGB88146155-
CMYK0.430.0600.39
HSL188.06º27.57%47.65%-
HSV(B)188.06º43.23%60.78%-
XYZ20.222534.77-
YUV129.68142.2898.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=22.62%
G=37.53%
B=39.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881461550.430.0600.39188.0627.5747.65
Hex58929B2B6027bc1c30
Octal1302222335360472743460
Binary1011000100100101001101110101111001001111011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58929B; }

 p { color: rgb(88,146,155); }

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

<style>
 a { background-color: #58929B; }

 a { background-color: rgb(88,146,155); }

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

<style>
 span { border-color: #58929B; }

 span { border-color: rgb(88,146,155); }

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