#509291

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

Shades of Half Baked #509291

Tints of Half Baked #509291

Color information

#509291 (or 0x509291) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 91. RGB value is (80,146,145). Sum of RGB (Red+Green+Blue) = 80+146+145=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #509291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509291 is #AF6D6E. Grayscale: #7E7E7E. Windows color (decimal): -11496815 or 9540176. OLE color: 9540176.

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

Color convert

RGB80146145-
CMYK0.4500.010.43
HSL179.09º29.2%44.31%-
HSV(B)179.09º45.21%57.25%-
XYZ18.724.3130.49-
YUV126.15138.6395.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=21.56%
G=39.35%
B=39.08%

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
Decimal801461450.4500.010.43179.0929.244.31
Hex5092912D012Bb31d2c
Octal1202222215501532633554
Binary10100001001001010010001101101011010111011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509291; }

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

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

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

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

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

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

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

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