#519097

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

Shades of Half Baked #519097

Tints of Half Baked #519097

Color information

#519097 (or 0x519097) is unknown color: approx Half Baked. HEX triplet: 51, 90 and 97. RGB value is (81,144,151). Sum of RGB (Red+Green+Blue) = 81+144+151=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #519097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519097 is #AE6F68. Grayscale: #7D7D7D. Windows color (decimal): -11431785 or 9932881. OLE color: 9932881.

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

Color convert

RGB81144151-
CMYK0.460.0500.41
HSL186º30.17%45.49%-
HSV(B)186º46.36%59.22%-
XYZ18.9523.9332.9-
YUV125.96142.1395.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=21.54%
G=38.30%
B=40.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811441510.460.0500.4118630.1745.49
Hex5190972E5029ba1e2d
Octal1212202275650512723655
Binary1010001100100001001011110111010101010011011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519097; }

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

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

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

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

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

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

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

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