#519A92

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

Shades of Half Baked #519A92

Tints of Half Baked #519A92

Color information

#519A92 (or 0x519A92) is unknown color: approx Half Baked. HEX triplet: 51, 9A and 92. RGB value is (81,154,146). Sum of RGB (Red+Green+Blue) = 81+154+146=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #519A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A92 is #AE656D. Grayscale: #838383. Windows color (decimal): -11429230 or 9607761. OLE color: 9607761.

HSL color Cylindrical-coordinate representation of color #519A92: hue angle of 173.42º 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 #519A92 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB81154146-
CMYK0.4700.050.40
HSL173.42º31.06%46.08%-
HSV(B)173.42º47.4%60.39%-
XYZ20.1426.9431.33-
YUV131.26136.3292.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=21.26%
G=40.42%
B=38.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811541460.4700.050.40173.4231.0646.08
Hex519A922F0528ad1f2e
Octal1212322225705502553756
Binary1010001100110101001001010111101011010001010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519A92; }

 p { color: rgb(81,154,146); }

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

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

 a { background-color: rgb(81,154,146); }

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

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

 span { border-color: rgb(81,154,146); }

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