#50908C

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

Shades of Half Baked #50908C

Tints of Half Baked #50908C

Color information

#50908C (or 0x50908C) is unknown color: approx Half Baked. HEX triplet: 50, 90 and 8C. RGB value is (80,144,140). Sum of RGB (Red+Green+Blue) = 80+144+140=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #50908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908C is #AF6F73. Grayscale: #7C7C7C. Windows color (decimal): -11497332 or 9211984. OLE color: 9211984.

HSL color Cylindrical-coordinate representation of color #50908C: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50908C is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB80144140-
CMYK0.4400.030.44
HSL176.25º28.57%43.92%-
HSV(B)176.25º44.44%56.47%-
XYZ18.0223.5528.41-
YUV124.41136.896.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=21.98%
G=39.56%
B=38.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441400.4400.030.44176.2528.5743.92
Hex50908C2C032Cb01d2c
Octal1202202145403542603554
Binary101000010010000100011001011000111011001011000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50908C; }

 p { color: rgb(80,144,140); }

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

<style>
 a { background-color: #50908C; }

 a { background-color: rgb(80,144,140); }

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

<style>
 span { border-color: #50908C; }

 span { border-color: rgb(80,144,140); }

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