#519296

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

Shades of Half Baked #519296

Tints of Half Baked #519296

Color information

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

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

Color convert

RGB81146150-
CMYK0.460.0300.41
HSL183.48º29.87%45.29%-
HSV(B)183.48º46%58.82%-
XYZ19.1824.5132.57-
YUV127.02140.9795.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811461500.460.0300.41183.4829.8745.29
Hex5192962E3029b71e2d
Octal1212222265630512673655
Binary101000110010010100101101011101101010011011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519296; }

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

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

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

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

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

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

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

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