#58939F

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

Shades of Half Baked #58939F

Tints of Half Baked #58939F

Color information

#58939F (or 0x58939F) is unknown color: approx Half Baked. HEX triplet: 58, 93 and 9F. RGB value is (88,147,159). Sum of RGB (Red+Green+Blue) = 88+147+159=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #58939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58939F is #A76C60. Grayscale: #828282. Windows color (decimal): -10972257 or 10457944. OLE color: 10457944.

HSL color Cylindrical-coordinate representation of color #58939F: hue angle of 190.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58939F is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88147159-
CMYK0.450.0800.38
HSL190.14º28.74%48.43%-
HSV(B)190.14º44.65%62.35%-
XYZ20.7225.4536.62-
YUV130.73143.9597.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=22.34%
G=37.31%
B=40.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881471590.450.0800.38190.1428.7448.43
Hex58939F2D8026be1d30
Octal13022323755100462763560
Binary10110001001001110011111101101100001001101011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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