#518994

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

Shades of Half Baked #518994

Tints of Half Baked #518994

Color information

#518994 (or 0x518994) is unknown color: approx Half Baked. HEX triplet: 51, 89 and 94. RGB value is (81,137,148). Sum of RGB (Red+Green+Blue) = 81+137+148=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #518994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518994 is #AE766B. Grayscale: #797979. Windows color (decimal): -11433580 or 9734481. OLE color: 9734481.

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

Color convert

RGB81137148-
CMYK0.450.0700.42
HSL189.85º29.26%44.9%-
HSV(B)189.85º45.27%58.04%-
XYZ17.6821.7831.29-
YUV121.51142.9599.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=22.13%
G=37.43%
B=40.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811371480.450.0700.42189.8529.2644.9
Hex5189942D702Abe1d2d
Octal1212112245570522763555
Binary1010001100010011001010010110111101010101011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518994; }

 p { color: rgb(81,137,148); }

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

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

 a { background-color: rgb(81,137,148); }

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

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

 span { border-color: rgb(81,137,148); }

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