#519099

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

Shades of Half Baked #519099

Tints of Half Baked #519099

Color information

#519099 (or 0x519099) is unknown color: approx Half Baked. HEX triplet: 51, 90 and 99. RGB value is (81,144,153). Sum of RGB (Red+Green+Blue) = 81+144+153=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #519099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519099 is #AE6F66. Grayscale: #7E7E7E. Windows color (decimal): -11431783 or 10063953. OLE color: 10063953.

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

Color convert

RGB81144153-
CMYK0.470.0600.4
HSL187.5º30.77%45.88%-
HSV(B)187.5º47.06%60%-
XYZ19.122433.76-
YUV126.19143.1395.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=21.43%
G=38.10%
B=40.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811441530.470.0600.4187.530.7745.88
Hex5190992F6028bc1f2e
Octal1212202315760502743756
Binary1010001100100001001100110111111001010001011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519099; }

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

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

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

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

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

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

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

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