#518A9F

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

Shades of Hippie Blue #518A9F

Tints of Hippie Blue #518A9F

Color information

#518A9F (or 0x518A9F) is unknown color: approx Hippie Blue. HEX triplet: 51, 8A and 9F. RGB value is (81,138,159). Sum of RGB (Red+Green+Blue) = 81+138+159=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #518A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A9F is #AE7560. Grayscale: #7B7B7B. Windows color (decimal): -11433313 or 10455633. OLE color: 10455633.

HSL color Cylindrical-coordinate representation of color #518A9F: hue angle of 196.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #518A9F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81138159-
CMYK0.490.1300.38
HSL196.15º32.5%47.06%-
HSV(B)196.15º49.06%62.35%-
XYZ18.7422.4336.14-
YUV123.35148.1297.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=21.43%
G=36.51%
B=42.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811381590.490.1300.38196.1532.547.06
Hex518A9F31D026c4202f
Octal12121223761150463044057
Binary101000110001010100111111100011101010011011000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518A9F; }

 p { color: rgb(81,138,159); }

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

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

 a { background-color: rgb(81,138,159); }

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

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

 span { border-color: rgb(81,138,159); }

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