#509490

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

Shades of Half Baked #509490

Tints of Half Baked #509490

Color information

#509490 (or 0x509490) is unknown color: approx Half Baked. HEX triplet: 50, 94 and 90. RGB value is (80,148,144). Sum of RGB (Red+Green+Blue) = 80+148+144=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #509490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509490 is #AF6B6F. Grayscale: #7F7F7F. Windows color (decimal): -11496304 or 9475152. OLE color: 9475152.

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

Color convert

RGB80148144-
CMYK0.4600.030.42
HSL176.47º29.82%44.71%-
HSV(B)176.47º45.95%58.04%-
XYZ18.9324.930.19-
YUV127.21137.4794.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=21.51%
G=39.78%
B=38.71%

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
Decimal801481440.4600.030.42176.4729.8244.71
Hex5094902E032Ab01e2d
Octal1202242205603522603655
Binary101000010010100100100001011100111010101011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509490; }

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

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

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

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

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

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

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

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