#519295

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

Shades of Half Baked #519295

Tints of Half Baked #519295

Color information

#519295 (or 0x519295) is unknown color: approx Half Baked. HEX triplet: 51, 92 and 95. RGB value is (81,146,149). Sum of RGB (Red+Green+Blue) = 81+146+149=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #519295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519295 is #AE6D6A. Grayscale: #7E7E7E. Windows color (decimal): -11431275 or 9802321. OLE color: 9802321.

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

Color convert

RGB81146149-
CMYK0.460.0200.42
HSL182.65º29.57%45.1%-
HSV(B)182.65º45.64%58.43%-
XYZ19.124.4832.15-
YUV126.91140.4795.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=21.54%
G=38.83%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811461490.460.0200.42182.6529.5745.1
Hex5192952E202Ab71e2d
Octal1212222255620522673655
Binary101000110010010100101011011101001010101011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519295; }

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

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

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

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

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

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

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

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