#519299

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

Shades of Half Baked #519299

Tints of Half Baked #519299

Color information

#519299 (or 0x519299) is unknown color: approx Half Baked. HEX triplet: 51, 92 and 99. RGB value is (81,146,153). Sum of RGB (Red+Green+Blue) = 81+146+153=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #519299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519299 is #AE6D66. Grayscale: #7F7F7F. Windows color (decimal): -11431271 or 10064465. OLE color: 10064465.

HSL color Cylindrical-coordinate representation of color #519299: hue angle of 185.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519299 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB81146153-
CMYK0.470.0500.4
HSL185.83º30.77%45.88%-
HSV(B)185.83º47.06%60%-
XYZ19.4224.6133.86-
YUV127.36142.4794.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=21.32%
G=38.42%
B=40.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811461530.470.0500.4185.8330.7745.88
Hex5192992F5028ba1f2e
Octal1212222315750502723756
Binary1010001100100101001100110111110101010001011101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519299; }

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

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

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

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

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

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

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

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