#509792

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

Shades of Half Baked #509792

Tints of Half Baked #509792

Color information

#509792 (or 0x509792) is unknown color: approx Half Baked. HEX triplet: 50, 97 and 92. RGB value is (80,151,146). Sum of RGB (Red+Green+Blue) = 80+151+146=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #509792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509792 is #AF686D. Grayscale: #818181. Windows color (decimal): -11495534 or 9606992. OLE color: 9606992.

HSL color Cylindrical-coordinate representation of color #509792: hue angle of 175.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509792 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB80151146-
CMYK0.4700.030.41
HSL175.77º30.74%45.29%-
HSV(B)175.77º47.02%59.22%-
XYZ19.5625.9131.16-
YUV129.2137.4892.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=21.22%
G=40.05%
B=38.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511460.4700.030.41175.7730.7445.29
Hex5097922F0329b01f2d
Octal1202272225703512603755
Binary101000010010111100100101011110111010011011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509792; }

 p { color: rgb(80,151,146); }

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

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

 a { background-color: rgb(80,151,146); }

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

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

 span { border-color: rgb(80,151,146); }

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