#518996

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

Shades of Hippie Blue #518996

Tints of Hippie Blue #518996

Color information

#518996 (or 0x518996) is unknown color: approx Hippie Blue. HEX triplet: 51, 89 and 96. RGB value is (81,137,150). Sum of RGB (Red+Green+Blue) = 81+137+150=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #518996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518996 is #AE7669. Grayscale: #797979. Windows color (decimal): -11433578 or 9865553. OLE color: 9865553.

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

Color convert

RGB81137150-
CMYK0.460.0900.41
HSL191.3º29.87%45.29%-
HSV(B)191.3º46%58.82%-
XYZ17.8421.8432.13-
YUV121.74143.9598.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=22.01%
G=37.23%
B=40.76%

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
Decimal811371500.460.0900.41191.329.8745.29
Hex5189962E9029bf1e2d
Octal12121122656110512773655
Binary10100011000100110010110101110100101010011011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518996; }

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

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

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

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

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

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

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

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