#518495

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

Shades of Hippie Blue #518495

Tints of Hippie Blue #518495

Color information

#518495 (or 0x518495) is unknown color: approx Hippie Blue. HEX triplet: 51, 84 and 95. RGB value is (81,132,149). Sum of RGB (Red+Green+Blue) = 81+132+149=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #518495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518495 is #AE7B6A. Grayscale: #767676. Windows color (decimal): -11434859 or 9798737. OLE color: 9798737.

HSL color Cylindrical-coordinate representation of color #518495: hue angle of 195º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518495 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81132149-
CMYK0.460.1100.42
HSL195º29.57%45.1%-
HSV(B)195º45.64%58.43%-
XYZ17.0720.4231.48-
YUV118.69145.1101.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=22.38%
G=36.46%
B=41.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811321490.460.1100.4219529.5745.1
Hex5184952EB02Ac31e2d
Octal12120422556130523033655
Binary10100011000010010010101101110101101010101100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518495; }

 p { color: rgb(81,132,149); }

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

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

 a { background-color: rgb(81,132,149); }

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

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

 span { border-color: rgb(81,132,149); }

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