#509092

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

Shades of Half Baked #509092

Tints of Half Baked #509092

Color information

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

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

Color convert

RGB80144146-
CMYK0.450.0100.43
HSL181.82º29.2%44.31%-
HSV(B)181.82º45.21%57.25%-
XYZ18.4723.7330.8-
YUV125.09139.895.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801441460.450.0100.43181.8229.244.31
Hex5090922D102Bb61d2c
Octal1202202225510532663554
Binary10100001001000010010010101101101010111011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509092; }

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

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

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

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

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

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

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

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