#509099

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

Shades of Half Baked #509099

Tints of Half Baked #509099

Color information

#509099 (or 0x509099) is unknown color: approx Half Baked. HEX triplet: 50, 90 and 99. RGB value is (80,144,153). Sum of RGB (Red+Green+Blue) = 80+144+153=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #509099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509099 is #AF6F66. Grayscale: #7D7D7D. Windows color (decimal): -11497319 or 10063952. OLE color: 10063952.

HSL color Cylindrical-coordinate representation of color #509099: hue angle of 187.4º 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 #509099 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80144153-
CMYK0.480.0600.4
HSL187.4º31.33%45.69%-
HSV(B)187.4º47.71%60%-
XYZ19.0323.9533.76-
YUV125.89143.395.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=21.22%
G=38.20%
B=40.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801441530.480.0600.4187.431.3345.69
Hex509099306028bb1f2e
Octal1202202316060502733756
Binary1010000100100001001100111000011001010001011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509099; }

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

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

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

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

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

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

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

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