Html Css Color HEX #518495 Hippie Blue

📋 copy color: '#518495'

red 81 ◦ green 132 ◦ blue 149

#518495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #518495

Tints of Hippie Blue #518495

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 value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518495 (or 0x518495) is known color: 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

RGB 81 132 149 -
CMYK 0.46 0.11 0 0.42
HSL 195º 0.3% 0.45% -
HSV(B) 195º 0.46% 0.58% -
XYZ 17.07 20.42 31.48 -
YUV 118.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 81 132 149 0.46 0.11 0 0.42 195 0.3 0.45
Hex 51 84 95 2E B 0 2A C3 1E 2D
Octal 121 204 225 56 13 0 52 303 36 55
Binary 1010001 10000100 10010101 101110 1011 0 101010 11000011 11110 101101

Color Harmonies of #518495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518495

Black with #518495

Text Example


Text Example

White with #518495

Text Example


Text Example

HTML Codes & Css Web 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>