#518199

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

Shades of Hippie Blue #518199

Tints of Hippie Blue #518199

Color information

#518199 (or 0x518199) is unknown color: approx Hippie Blue. HEX triplet: 51, 81 and 99. RGB value is (81,129,153). Sum of RGB (Red+Green+Blue) = 81+129+153=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #518199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518199 is #AE7E66. Grayscale: #757575. Windows color (decimal): -11435623 or 10060113. OLE color: 10060113.

HSL color Cylindrical-coordinate representation of color #518199: hue angle of 200º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #518199 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB81129153-
CMYK0.470.1600.4
HSL200º30.77%45.88%-
HSV(B)200º47.06%60%-
XYZ16.9919.7533.05-
YUV117.38148.1102.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=22.31%
G=35.54%
B=42.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811291530.470.1600.420030.7745.88
Hex5181992F10028c81f2e
Octal12120123157200503103756
Binary101000110000001100110011011111000001010001100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518199; }

 p { color: rgb(81,129,153); }

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

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

 a { background-color: rgb(81,129,153); }

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

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

 span { border-color: rgb(81,129,153); }

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