#519690

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

Shades of Half Baked #519690

Tints of Half Baked #519690

Color information

#519690 (or 0x519690) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 90. RGB value is (81,150,144). Sum of RGB (Red+Green+Blue) = 81+150+144=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #519690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519690 is #AE696F. Grayscale: #808080. Windows color (decimal): -11430256 or 9475665. OLE color: 9475665.

HSL color Cylindrical-coordinate representation of color #519690: hue angle of 174.78º 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 #519690 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB81150144-
CMYK0.4600.040.41
HSL174.78º29.87%45.29%-
HSV(B)174.78º46%58.82%-
XYZ19.3325.5830.3-
YUV128.68136.6493.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=21.6%
G=40%
B=38.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501440.4600.040.41174.7829.8745.29
Hex5196902E0429af1e2d
Octal1212262205604512573655
Binary1010001100101101001000010111001001010011010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519690; }

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

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

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

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

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

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

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

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