Html Css Color HEX #518699 Hippie Blue

📋 copy color: '#518699'

red 81 ◦ green 134 ◦ blue 153

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

Shades of Hippie Blue #518699

Tints of Hippie Blue #518699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

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

R = 22.01%
G = 36.41%
B = 41.58%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#518699 (or 0x518699) is known color: Hippie Blue. HEX triplet: 51, 86 and 99. RGB value is (81,134,153). Sum of RGB (Red+Green+Blue) = 81+134+153=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #518699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518699 is #AE7966. Grayscale: #787878. Windows color (decimal): -11434343 or 10061393. OLE color: 10061393.

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

Color convert

RGB 81 134 153 -
CMYK 0.47 0.12 0 0.4
HSL 195.83º 0.31% 0.46% -
HSV(B) 195.83º 0.47% 0.6% -
XYZ 17.67 21.1 33.28 -
YUV 120.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 81 134 153 0.47 0.12 0 0.4 195.83 0.31 0.46
Hex 51 86 99 2F C 0 28 C4 1F 2E
Octal 121 206 231 57 14 0 50 304 37 56
Binary 1010001 10000110 10011001 101111 1100 0 101000 11000100 11111 101110

Color Harmonies of #518699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518699

Black with #518699

Text Example


Text Example

White with #518699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518699; }

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

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

background-color css

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

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

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

border-color css

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

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

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