#509192

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

Shades of Half Baked #509192

Tints of Half Baked #509192

Color information

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

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

Color convert

RGB80145146-
CMYK0.450.0100.43
HSL180.91º29.2%44.31%-
HSV(B)180.91º45.21%57.25%-
XYZ18.6224.0330.85-
YUV125.68139.4795.42-

RGB Variations

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

RGB

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

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
Decimal801451460.450.0100.43180.9129.244.31
Hex5091922D102Bb51d2c
Octal1202212225510532653554
Binary10100001001000110010010101101101010111011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509192; }

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

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

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

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

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

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

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

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