#518991

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

Shades of Half Baked #518991

Tints of Half Baked #518991

Color information

#518991 (or 0x518991) is unknown color: approx Half Baked. HEX triplet: 51, 89 and 91. RGB value is (81,137,145). Sum of RGB (Red+Green+Blue) = 81+137+145=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #518991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518991 is #AE766E. Grayscale: #797979. Windows color (decimal): -11433583 or 9537873. OLE color: 9537873.

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

Color convert

RGB81137145-
CMYK0.440.0600.43
HSL187.5º28.32%44.31%-
HSV(B)187.5º44.14%56.86%-
XYZ17.4521.6830.05-
YUV121.17141.4599.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=22.31%
G=37.74%
B=39.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811371450.440.0600.43187.528.3244.31
Hex5189912C602Bbc1c2c
Octal1212112215460532743454
Binary1010001100010011001000110110011001010111011110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518991; }

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

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

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

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

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

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

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

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