#509190

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

Shades of Half Baked #509190

Tints of Half Baked #509190

Color information

#509190 (or 0x509190) is unknown color: approx Half Baked. HEX triplet: 50, 91 and 90. RGB value is (80,145,144). Sum of RGB (Red+Green+Blue) = 80+145+144=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #509190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509190 is #AF6E6F. Grayscale: #7D7D7D. Windows color (decimal): -11497072 or 9474384. OLE color: 9474384.

HSL color Cylindrical-coordinate representation of color #509190: hue angle of 179.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509190 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB80145144-
CMYK0.4500.010.43
HSL179.08º28.89%44.12%-
HSV(B)179.08º44.83%56.86%-
XYZ18.4723.9730.04-
YUV125.45138.4795.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=21.68%
G=39.30%
B=39.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451440.4500.010.43179.0828.8944.12
Hex5091902D012Bb31d2c
Octal1202212205501532633554
Binary10100001001000110010000101101011010111011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509190; }

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

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

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

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

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

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

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

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