#518896

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

Shades of Hippie Blue #518896

Tints of Hippie Blue #518896

Color information

#518896 (or 0x518896) is unknown color: approx Hippie Blue. HEX triplet: 51, 88 and 96. RGB value is (81,136,150). Sum of RGB (Red+Green+Blue) = 81+136+150=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #518896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518896 is #AE7769. Grayscale: #797979. Windows color (decimal): -11433834 or 9865297. OLE color: 9865297.

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

Color convert

RGB81136150-
CMYK0.460.0900.41
HSL192.17º29.87%45.29%-
HSV(B)192.17º46%58.82%-
XYZ17.721.5632.08-
YUV121.15144.2899.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=22.07%
G=37.06%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811361500.460.0900.41192.1729.8745.29
Hex5188962E9029c01e2d
Octal12121022656110513003655
Binary10100011000100010010110101110100101010011100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518896; }

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

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

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

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

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

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

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

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