#50938F

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

Shades of Half Baked #50938F

Tints of Half Baked #50938F

Color information

#50938F (or 0x50938F) is unknown color: approx Half Baked. HEX triplet: 50, 93 and 8F. RGB value is (80,147,143). Sum of RGB (Red+Green+Blue) = 80+147+143=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #50938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938F is #AF6C70. Grayscale: #7E7E7E. Windows color (decimal): -11496561 or 9409360. OLE color: 9409360.

HSL color Cylindrical-coordinate representation of color #50938F: hue angle of 176.42º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50938F is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB80147143-
CMYK0.4600.030.42
HSL176.42º29.52%44.51%-
HSV(B)176.42º45.58%57.65%-
XYZ18.724.5629.74-
YUV126.51137.394.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 143 (56.25% from 255) = 38.65%
R=21.62%
G=39.73%
B=38.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471430.4600.030.42176.4229.5244.51
Hex50938F2E032Ab01e2d
Octal1202232175603522603655
Binary101000010010011100011111011100111010101011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,147,143); }

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

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

 a { background-color: rgb(80,147,143); }

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

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

 span { border-color: rgb(80,147,143); }

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