#509499

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

Shades of Half Baked #509499

Tints of Half Baked #509499

Color information

#509499 (or 0x509499) is unknown color: approx Half Baked. HEX triplet: 50, 94 and 99. RGB value is (80,148,153). Sum of RGB (Red+Green+Blue) = 80+148+153=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #509499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509499 is #AF6B66. Grayscale: #808080. Windows color (decimal): -11496295 or 10064976. OLE color: 10064976.

HSL color Cylindrical-coordinate representation of color #509499: hue angle of 184.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509499 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80148153-
CMYK0.480.0300.4
HSL184.11º31.33%45.69%-
HSV(B)184.11º47.71%60%-
XYZ19.6525.1933.96-
YUV128.24141.9793.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=21.00%
G=38.85%
B=40.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801481530.480.0300.4184.1131.3345.69
Hex509499303028b81f2e
Octal1202242316030502703756
Binary101000010010100100110011100001101010001011100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509499; }

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

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

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

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

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

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

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

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