#519691

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

Shades of Half Baked #519691

Tints of Half Baked #519691

Color information

#519691 (or 0x519691) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 91. RGB value is (81,150,145). Sum of RGB (Red+Green+Blue) = 81+150+145=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #519691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519691 is #AE696E. Grayscale: #808080. Windows color (decimal): -11430255 or 9541201. OLE color: 9541201.

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

Color convert

RGB81150145-
CMYK0.4600.030.41
HSL175.65º29.87%45.29%-
HSV(B)175.65º46%58.82%-
XYZ19.4125.6130.71-
YUV128.8137.1493.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=21.54%
G=39.89%
B=38.56%

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
Decimal811501450.4600.030.41175.6529.8745.29
Hex5196912E0329b01e2d
Octal1212262215603512603655
Binary101000110010110100100011011100111010011011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519691; }

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

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

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

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

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

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

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

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