Html Css Color HEX #518499 Hippie Blue

📋 copy color: '#518499'

red 81 ◦ green 132 ◦ blue 153

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

Shades of Hippie Blue #518499

Tints of Hippie Blue #518499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 22.13%
G = 36.07%
B = 41.8%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518499 (or 0x518499) is known color: Hippie Blue. HEX triplet: 51, 84 and 99. RGB value is (81,132,153). Sum of RGB (Red+Green+Blue) = 81+132+153=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #518499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518499 is #AE7B66. Grayscale: #777777. Windows color (decimal): -11434855 or 10060881. OLE color: 10060881.

HSL color Cylindrical-coordinate representation of color #518499: hue angle of 197.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #518499 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 132 153 -
CMYK 0.47 0.14 0 0.4
HSL 197.5º 0.31% 0.46% -
HSV(B) 197.5º 0.47% 0.6% -
XYZ 17.39 20.55 33.19 -
YUV 119.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 81 132 153 0.47 0.14 0 0.4 197.5 0.31 0.46
Hex 51 84 99 2F E 0 28 C6 1F 2E
Octal 121 204 231 57 16 0 50 306 37 56
Binary 1010001 10000100 10011001 101111 1110 0 101000 11000110 11111 101110

Color Harmonies of #518499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518499

Black with #518499

Text Example


Text Example

White with #518499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518499; }

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

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

background-color css

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

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

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

border-color css

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

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

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