#519699

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

Shades of Half Baked #519699

Tints of Half Baked #519699

Color information

#519699 (or 0x519699) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 99. RGB value is (81,150,153). Sum of RGB (Red+Green+Blue) = 81+150+153=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #519699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519699 is #AE6966. Grayscale: #818181. Windows color (decimal): -11430247 or 10065489. OLE color: 10065489.

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

Color convert

RGB81150153-
CMYK0.470.0200.4
HSL182.5º30.77%45.88%-
HSV(B)182.5º47.06%60%-
XYZ20.0525.8634.07-
YUV129.71141.1493.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=21.09%
G=39.06%
B=39.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811501530.470.0200.4182.530.7745.88
Hex5196992F2028b61f2e
Octal1212262315720502663756
Binary101000110010110100110011011111001010001011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519699; }

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

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

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

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

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

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

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

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