#509096

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

Shades of Half Baked #509096

Tints of Half Baked #509096

Color information

#509096 (or 0x509096) is unknown color: approx Half Baked. HEX triplet: 50, 90 and 96. RGB value is (80,144,150). Sum of RGB (Red+Green+Blue) = 80+144+150=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #509096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509096 is #AF6F69. Grayscale: #7D7D7D. Windows color (decimal): -11497322 or 9867344. OLE color: 9867344.

HSL color Cylindrical-coordinate representation of color #509096: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509096 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80144150-
CMYK0.470.0400.41
HSL185.14º30.43%45.1%-
HSV(B)185.14º46.67%58.82%-
XYZ18.7923.8532.47-
YUV125.55141.895.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=21.39%
G=38.50%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801441500.470.0400.41185.1430.4345.1
Hex5090962F4029b91e2d
Octal1202202265740512713655
Binary1010000100100001001011010111110001010011011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509096; }

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

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

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

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

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

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

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

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