#518496

Color #518496 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #518496

Tints of Hippie Blue #518496

Color information

#518496 (or 0x518496) is unknown color: approx Hippie Blue. HEX triplet: 51, 84 and 96. RGB value is (81,132,150). Sum of RGB (Red+Green+Blue) = 81+132+150=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #518496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518496 is #AE7B69. Grayscale: #767676. Windows color (decimal): -11434858 or 9864273. OLE color: 9864273.

HSL color Cylindrical-coordinate representation of color #518496: hue angle of 195.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518496 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81132150-
CMYK0.460.1200.41
HSL195.65º29.87%45.29%-
HSV(B)195.65º46%58.82%-
XYZ17.1520.4531.9-
YUV118.8145.6101.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=22.31%
G=36.36%
B=41.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811321500.460.1200.41195.6529.8745.29
Hex5184962EC029c41e2d
Octal12120422656140513043655
Binary10100011000010010010110101110110001010011100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518496; }

 p { color: rgb(81,132,150); }

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

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

 a { background-color: rgb(81,132,150); }

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

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

 span { border-color: rgb(81,132,150); }

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