Html Css Color HEX #518199 Hippie Blue

📋 copy color: '#518199'

red 81 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #518199

Tints of Hippie Blue #518199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 22.31%
G = 35.54%
B = 42.15%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518199 (or 0x518199) is known color: Hippie Blue. HEX triplet: 51, 81 and 99. RGB value is (81,129,153). Sum of RGB (Red+Green+Blue) = 81+129+153=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #518199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518199 is #AE7E66. Grayscale: #757575. Windows color (decimal): -11435623 or 10060113. OLE color: 10060113.

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

Color convert

RGB 81 129 153 -
CMYK 0.47 0.16 0 0.4
HSL 200º 0.31% 0.46% -
HSV(B) 200º 0.47% 0.6% -
XYZ 16.99 19.75 33.05 -
YUV 117.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 81 129 153 0.47 0.16 0 0.4 200 0.31 0.46
Hex 51 81 99 2F 10 0 28 C8 1F 2E
Octal 121 201 231 57 20 0 50 310 37 56
Binary 1010001 10000001 10011001 101111 10000 0 101000 11001000 11111 101110

Color Harmonies of #518199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518199

Black with #518199

Text Example


Text Example

White with #518199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518199; }

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

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

background-color css

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

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

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

border-color css

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

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

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