#518F95

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

Shades of Half Baked #518F95

Tints of Half Baked #518F95

Color information

#518F95 (or 0x518F95) is unknown color: approx Half Baked. HEX triplet: 51, 8F and 95. RGB value is (81,143,149). Sum of RGB (Red+Green+Blue) = 81+143+149=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #518F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F95 is #AE706A. Grayscale: #7D7D7D. Windows color (decimal): -11432043 or 9801553. OLE color: 9801553.

HSL color Cylindrical-coordinate representation of color #518F95: hue angle of 185.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518F95 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81143149-
CMYK0.460.0400.42
HSL185.29º29.57%45.1%-
HSV(B)185.29º45.64%58.43%-
XYZ18.6423.5632-
YUV125.15141.4696.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=21.72%
G=38.34%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811431490.460.0400.42185.2929.5745.1
Hex518F952E402Ab91e2d
Octal1212172255640522713655
Binary1010001100011111001010110111010001010101011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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