#518997

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

Shades of Hippie Blue #518997

Tints of Hippie Blue #518997

Color information

#518997 (or 0x518997) is unknown color: approx Hippie Blue. HEX triplet: 51, 89 and 97. RGB value is (81,137,151). Sum of RGB (Red+Green+Blue) = 81+137+151=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #518997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518997 is #AE7668. Grayscale: #797979. Windows color (decimal): -11433577 or 9931089. OLE color: 9931089.

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

Color convert

RGB81137151-
CMYK0.460.0900.41
HSL192º30.17%45.49%-
HSV(B)192º46.36%59.22%-
XYZ17.9221.8832.56-
YUV121.85144.4598.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=21.95%
G=37.13%
B=40.92%

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
Decimal811371510.460.0900.4119230.1745.49
Hex5189972E9029c01e2d
Octal12121122756110513003655
Binary10100011000100110010111101110100101010011100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518997; }

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

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

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

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

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

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

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

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