#518796

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

Shades of Hippie Blue #518796

Tints of Hippie Blue #518796

Color information

#518796 (or 0x518796) is unknown color: approx Hippie Blue. HEX triplet: 51, 87 and 96. RGB value is (81,135,150). Sum of RGB (Red+Green+Blue) = 81+135+150=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #518796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518796 is #AE7869. Grayscale: #787878. Windows color (decimal): -11434090 or 9865041. OLE color: 9865041.

HSL color Cylindrical-coordinate representation of color #518796: hue angle of 193.04º 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 #518796 is Cyan = 0.46, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81135150-
CMYK0.460.100.41
HSL193.04º29.87%45.29%-
HSV(B)193.04º46%58.82%-
XYZ17.5621.2832.04-
YUV120.56144.6199.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=22.13%
G=36.89%
B=40.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811351500.460.100.41193.0429.8745.29
Hex5187962EA029c11e2d
Octal12120722656120513013655
Binary10100011000011110010110101110101001010011100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518796; }

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

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

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

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

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

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

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

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