#519599

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

Shades of Half Baked #519599

Tints of Half Baked #519599

Color information

#519599 (or 0x519599) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 99. RGB value is (81,149,153). Sum of RGB (Red+Green+Blue) = 81+149+153=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #519599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519599 is #AE6A66. Grayscale: #818181. Windows color (decimal): -11430503 or 10065233. OLE color: 10065233.

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

Color convert

RGB81149153-
CMYK0.470.0300.4
HSL183.33º30.77%45.88%-
HSV(B)183.33º47.06%60%-
XYZ19.8925.5434.02-
YUV129.12141.4793.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=21.15%
G=38.90%
B=39.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811491530.470.0300.4183.3330.7745.88
Hex5195992F3028b71f2e
Octal1212252315730502673756
Binary101000110010101100110011011111101010001011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519599; }

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

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

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

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

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

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

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

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