#519190

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

Shades of Half Baked #519190

Tints of Half Baked #519190

Color information

#519190 (or 0x519190) is unknown color: approx Half Baked. HEX triplet: 51, 91 and 90. RGB value is (81,145,144). Sum of RGB (Red+Green+Blue) = 81+145+144=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #519190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519190 is #AE6E6F. Grayscale: #7D7D7D. Windows color (decimal): -11431536 or 9474385. OLE color: 9474385.

HSL color Cylindrical-coordinate representation of color #519190: hue angle of 179.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519190 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB81145144-
CMYK0.4400.010.43
HSL179.06º28.32%44.31%-
HSV(B)179.06º44.14%56.86%-
XYZ18.5524.0130.04-
YUV125.75138.396.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=21.89%
G=39.19%
B=38.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451440.4400.010.43179.0628.3244.31
Hex5191902C012Bb31c2c
Octal1212212205401532633454
Binary10100011001000110010000101100011010111011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519190; }

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

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

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

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

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

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

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

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