#509296

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

Shades of Half Baked #509296

Tints of Half Baked #509296

Color information

#509296 (or 0x509296) is unknown color: approx Half Baked. HEX triplet: 50, 92 and 96. RGB value is (80,146,150). Sum of RGB (Red+Green+Blue) = 80+146+150=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #509296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509296 is #AF6D69. Grayscale: #7E7E7E. Windows color (decimal): -11496810 or 9867856. OLE color: 9867856.

HSL color Cylindrical-coordinate representation of color #509296: hue angle of 183.43º 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 #509296 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80146150-
CMYK0.470.0300.41
HSL183.43º30.43%45.1%-
HSV(B)183.43º46.67%58.82%-
XYZ19.0924.4732.57-
YUV126.72141.1394.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=21.28%
G=38.83%
B=39.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801461500.470.0300.41183.4330.4345.1
Hex5092962F3029b71e2d
Octal1202222265730512673655
Binary101000010010010100101101011111101010011011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509296; }

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

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

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

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

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

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

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

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