#50938E

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

Shades of Half Baked #50938E

Tints of Half Baked #50938E

Color information

#50938E (or 0x50938E) is unknown color: approx Half Baked. HEX triplet: 50, 93 and 8E. RGB value is (80,147,142). Sum of RGB (Red+Green+Blue) = 80+147+142=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #50938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938E is #AF6C71. Grayscale: #7E7E7E. Windows color (decimal): -11496562 or 9343824. OLE color: 9343824.

HSL color Cylindrical-coordinate representation of color #50938E: hue angle of 175.52º 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 #50938E is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB80147142-
CMYK0.4600.030.42
HSL175.52º29.52%44.51%-
HSV(B)175.52º45.58%57.65%-
XYZ18.6224.5329.34-
YUV126.4136.894.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=21.68%
G=39.84%
B=38.48%

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
Decimal801471420.4600.030.42175.5229.5244.51
Hex50938E2E032Ab01e2d
Octal1202232165603522603655
Binary101000010010011100011101011100111010101011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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