#509692

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

Shades of Half Baked #509692

Tints of Half Baked #509692

Color information

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

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

Color convert

RGB80150146-
CMYK0.4700.030.41
HSL176.57º30.43%45.1%-
HSV(B)176.57º46.67%58.82%-
XYZ19.425.5931.11-
YUV128.61137.8193.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801501460.4700.030.41176.5730.4345.1
Hex5096922F0329b11e2d
Octal1202262225703512613655
Binary101000010010110100100101011110111010011011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509692; }

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

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

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

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

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

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

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

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