#50918E

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

Shades of Half Baked #50918E

Tints of Half Baked #50918E

Color information

#50918E (or 0x50918E) is unknown color: approx Half Baked. HEX triplet: 50, 91 and 8E. RGB value is (80,145,142). Sum of RGB (Red+Green+Blue) = 80+145+142=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #50918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50918E is #AF6E71. Grayscale: #7D7D7D. Windows color (decimal): -11497074 or 9343312. OLE color: 9343312.

HSL color Cylindrical-coordinate representation of color #50918E: hue angle of 177.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50918E is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB80145142-
CMYK0.4500.020.43
HSL177.23º28.89%44.12%-
HSV(B)177.23º44.83%56.86%-
XYZ18.3223.9129.24-
YUV125.22137.4795.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=21.80%
G=39.51%
B=38.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451420.4500.020.43177.2328.8944.12
Hex50918E2D022Bb11d2c
Octal1202212165502532613554
Binary101000010010001100011101011010101010111011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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