#518993

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

Shades of Half Baked #518993

Tints of Half Baked #518993

Color information

#518993 (or 0x518993) is unknown color: approx Half Baked. HEX triplet: 51, 89 and 93. RGB value is (81,137,147). Sum of RGB (Red+Green+Blue) = 81+137+147=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #518993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518993 is #AE766C. Grayscale: #797979. Windows color (decimal): -11433581 or 9668945. OLE color: 9668945.

HSL color Cylindrical-coordinate representation of color #518993: hue angle of 189.09º 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 #518993 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81137147-
CMYK0.450.0700.42
HSL189.09º28.95%44.71%-
HSV(B)189.09º44.9%57.65%-
XYZ17.6121.7530.87-
YUV121.4142.4599.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=22.19%
G=37.53%
B=40.27%

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
Decimal811371470.450.0700.42189.0928.9544.71
Hex5189932D702Abd1d2d
Octal1212112235570522753555
Binary1010001100010011001001110110111101010101011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518993; }

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

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

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

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

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

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

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

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