Html Css Color HEX #518491 Hippie Blue

📋 copy color: '#518491'

red 81 ◦ green 132 ◦ blue 145

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

Shades of Hippie Blue #518491

Tints of Hippie Blue #518491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 22.63%
G = 36.87%
B = 40.5%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#518491 (or 0x518491) is known color: Hippie Blue. HEX triplet: 51, 84 and 91. RGB value is (81,132,145). Sum of RGB (Red+Green+Blue) = 81+132+145=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #518491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518491 is #AE7B6E. Grayscale: #767676. Windows color (decimal): -11434863 or 9536593. OLE color: 9536593.

HSL color Cylindrical-coordinate representation of color #518491: hue angle of 192.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518491 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 132 145 -
CMYK 0.44 0.09 0 0.43
HSL 192.19º 0.28% 0.44% -
HSV(B) 192.19º 0.44% 0.57% -
XYZ 16.76 20.3 29.82 -
YUV 118.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 81 132 145 0.44 0.09 0 0.43 192.19 0.28 0.44
Hex 51 84 91 2C 9 0 2B C0 1C 2C
Octal 121 204 221 54 11 0 53 300 34 54
Binary 1010001 10000100 10010001 101100 1001 0 101011 11000000 11100 101100

Color Harmonies of #518491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518491

Black with #518491

Text Example


Text Example

White with #518491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518491; }

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

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

background-color css

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

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

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

border-color css

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

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

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