#519995

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

Shades of Half Baked #519995

Tints of Half Baked #519995

Color information

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

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

Color convert

RGB81153149-
CMYK0.4700.030.4
HSL176.67º30.77%45.88%-
HSV(B)176.67º47.06%60%-
XYZ20.2126.732.52-
YUV131.02138.1592.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531490.4700.030.4176.6730.7745.88
Hex5199952F0328b11f2e
Octal1212312255703502613756
Binary101000110011001100101011011110111010001011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519995; }

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

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

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

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

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

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

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

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