Html Css Color HEX #518494 Hippie Blue

📋 copy color: '#518494'

red 81 ◦ green 132 ◦ blue 148

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

Shades of Hippie Blue #518494

Tints of Hippie Blue #518494

RGB

 RED value IS 81 (32.03% from 255) = 22.44%

 GREEN value IS 132 (51.95% from 255) = 36.57%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 22.44%
G = 36.57%
B = 41%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518494 (or 0x518494) is known color: Hippie Blue. HEX triplet: 51, 84 and 94. RGB value is (81,132,148). Sum of RGB (Red+Green+Blue) = 81+132+148=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #518494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518494 is #AE7B6B. Grayscale: #767676. Windows color (decimal): -11434860 or 9733201. OLE color: 9733201.

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

Color convert

RGB 81 132 148 -
CMYK 0.45 0.11 0 0.42
HSL 194.33º 0.29% 0.45% -
HSV(B) 194.33º 0.45% 0.58% -
XYZ 16.99 20.39 31.06 -
YUV 118.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 81 132 148 0.45 0.11 0 0.42 194.33 0.29 0.45
Hex 51 84 94 2D B 0 2A C2 1D 2D
Octal 121 204 224 55 13 0 52 302 35 55
Binary 1010001 10000100 10010100 101101 1011 0 101010 11000010 11101 101101

Color Harmonies of #518494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518494

Black with #518494

Text Example


Text Example

White with #518494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518494; }

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

 H1.HeaderClassName
 {
   color: #518494;
 }
 .AnyTagClassName
 {
   color: #518494;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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