#518D90

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

Shades of Half Baked #518D90

Tints of Half Baked #518D90

Color information

#518D90 (or 0x518D90) is unknown color: approx Half Baked. HEX triplet: 51, 8D and 90. RGB value is (81,141,144). Sum of RGB (Red+Green+Blue) = 81+141+144=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #518D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D90 is #AE726F. Grayscale: #7B7B7B. Windows color (decimal): -11432560 or 9473361. OLE color: 9473361.

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

Color convert

RGB81141144-
CMYK0.440.0200.44
HSL182.86º28%44.12%-
HSV(B)182.86º43.75%56.47%-
XYZ17.9522.8129.84-
YUV123.4139.6297.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=22.13%
G=38.52%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811411440.440.0200.44182.862844.12
Hex518D902C202Cb71c2c
Octal1212152205420542673454
Binary101000110001101100100001011001001011001011011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518D90; }

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

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

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

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

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

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

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

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