#519692

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

Shades of Half Baked #519692

Tints of Half Baked #519692

Color information

#519692 (or 0x519692) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 92. RGB value is (81,150,146). Sum of RGB (Red+Green+Blue) = 81+150+146=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #519692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519692 is #AE696D. Grayscale: #808080. Windows color (decimal): -11430254 or 9606737. OLE color: 9606737.

HSL color Cylindrical-coordinate representation of color #519692: hue angle of 176.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519692 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB81150146-
CMYK0.4600.030.41
HSL176.52º29.87%45.29%-
HSV(B)176.52º46%58.82%-
XYZ19.4925.6431.12-
YUV128.91137.6493.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=21.49%
G=39.79%
B=38.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501460.4600.030.41176.5229.8745.29
Hex5196922E0329b11e2d
Octal1212262225603512613655
Binary101000110010110100100101011100111010011011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519692; }

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

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

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

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

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

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

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

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