#518DA4

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

Shades of Hippie Blue #518DA4

Tints of Hippie Blue #518DA4

Color information

#518DA4 (or 0x518DA4) is unknown color: approx Hippie Blue. HEX triplet: 51, 8D and A4. RGB value is (81,141,164). Sum of RGB (Red+Green+Blue) = 81+141+164=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #518DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DA4 is #AE725B. Grayscale: #7D7D7D. Windows color (decimal): -11432540 or 10784081. OLE color: 10784081.

HSL color Cylindrical-coordinate representation of color #518DA4: hue angle of 196.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #518DA4 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81141164-
CMYK0.510.1400.36
HSL196.63º33.88%48.04%-
HSV(B)196.63º50.61%64.31%-
XYZ19.6223.4838.62-
YUV125.68149.6296.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=20.98%
G=36.53%
B=42.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811411640.510.1400.36196.6333.8848.04
Hex518DA433E024c52230
Octal12121524463160443054260
Binary101000110001101101001001100111110010010011000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,164); }

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

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

 a { background-color: rgb(81,141,164); }

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

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

 span { border-color: rgb(81,141,164); }

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