#518F90

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

Shades of Half Baked #518F90

Tints of Half Baked #518F90

Color information

#518F90 (or 0x518F90) is unknown color: approx Half Baked. HEX triplet: 51, 8F and 90. RGB value is (81,143,144). Sum of RGB (Red+Green+Blue) = 81+143+144=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #518F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F90 is #AE706F. Grayscale: #7C7C7C. Windows color (decimal): -11432048 or 9473873. OLE color: 9473873.

HSL color Cylindrical-coordinate representation of color #518F90: hue angle of 180.95º 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 #518F90 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81143144-
CMYK0.440.0100.44
HSL180.95º28%44.12%-
HSV(B)180.95º43.75%56.47%-
XYZ18.2523.4129.94-
YUV124.58138.9696.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=22.01%
G=38.86%
B=39.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431440.440.0100.44180.952844.12
Hex518F902C102Cb51c2c
Octal1212172205410542653454
Binary10100011000111110010000101100101011001011010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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