#519490

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

Shades of Half Baked #519490

Tints of Half Baked #519490

Color information

#519490 (or 0x519490) is unknown color: approx Half Baked. HEX triplet: 51, 94 and 90. RGB value is (81,148,144). Sum of RGB (Red+Green+Blue) = 81+148+144=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #519490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519490 is #AE6B6F. Grayscale: #7F7F7F. Windows color (decimal): -11430768 or 9475153. OLE color: 9475153.

HSL color Cylindrical-coordinate representation of color #519490: hue angle of 176.42º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519490 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB81148144-
CMYK0.4500.030.42
HSL176.42º29.26%44.9%-
HSV(B)176.42º45.27%58.04%-
XYZ19.0224.9430.2-
YUV127.51137.394.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=21.72%
G=39.68%
B=38.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481440.4500.030.42176.4229.2644.9
Hex5194902D032Ab01d2d
Octal1212242205503522603555
Binary101000110010100100100001011010111010101011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519490; }

 p { color: rgb(81,148,144); }

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

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

 a { background-color: rgb(81,148,144); }

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

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

 span { border-color: rgb(81,148,144); }

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