Html Css Color HEX #518999 Hippie Blue

📋 copy color: '#518999'

red 81 ◦ green 137 ◦ blue 153

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

Shades of Hippie Blue #518999

Tints of Hippie Blue #518999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 21.83%
G = 36.93%
B = 41.24%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518999 (or 0x518999) is known color: Hippie Blue. HEX triplet: 51, 89 and 99. RGB value is (81,137,153). Sum of RGB (Red+Green+Blue) = 81+137+153=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #518999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518999 is #AE7666. Grayscale: #797979. Windows color (decimal): -11433575 or 10062161. OLE color: 10062161.

HSL color Cylindrical-coordinate representation of color #518999: hue angle of 193.33º 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 #518999 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 137 153 -
CMYK 0.47 0.10 0 0.4
HSL 193.33º 0.31% 0.46% -
HSV(B) 193.33º 0.47% 0.6% -
XYZ 18.09 21.94 33.42 -
YUV 122.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 81 137 153 0.47 0.10 0 0.4 193.33 0.31 0.46
Hex 51 89 99 2F A 0 28 C1 1F 2E
Octal 121 211 231 57 12 0 50 301 37 56
Binary 1010001 10001001 10011001 101111 1010 0 101000 11000001 11111 101110

Color Harmonies of #518999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518999

Black with #518999

Text Example


Text Example

White with #518999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518999; }

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

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

background-color css

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

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

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

border-color css

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

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

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