#509290

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

Shades of Half Baked #509290

Tints of Half Baked #509290

Color information

#509290 (or 0x509290) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 90. RGB value is (80,146,144). Sum of RGB (Red+Green+Blue) = 80+146+144=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #509290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509290 is #AF6D6F. Grayscale: #7D7D7D. Windows color (decimal): -11496816 or 9474640. OLE color: 9474640.

HSL color Cylindrical-coordinate representation of color #509290: hue angle of 178.18º 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 #509290 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB80146144-
CMYK0.4500.010.43
HSL178.18º29.2%44.31%-
HSV(B)178.18º45.21%57.25%-
XYZ18.6224.2830.09-
YUV126.04138.1395.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=21.62%
G=39.46%
B=38.92%

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
Decimal801461440.4500.010.43178.1829.244.31
Hex5092902D012Bb21d2c
Octal1202222205501532623554
Binary10100001001001010010000101101011010111011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509290; }

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

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

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

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

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

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

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

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