Html Css Color HEX #518D9B Hippie Blue

📋 copy color: '#518D9B'

red 81 ◦ green 141 ◦ blue 155

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

Shades of Hippie Blue #518D9B

Tints of Hippie Blue #518D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 21.49%
G = 37.4%
B = 41.11%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#518D9B (or 0x518D9B) is known color: Hippie Blue. HEX triplet: 51, 8D and 9B. RGB value is (81,141,155). Sum of RGB (Red+Green+Blue) = 81+141+155=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #518D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D9B is #AE7264. Grayscale: #7C7C7C. Windows color (decimal): -11432549 or 10194257. OLE color: 10194257.

HSL color Cylindrical-coordinate representation of color #518D9B: hue angle of 191.35º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #518D9B is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 141 155 -
CMYK 0.48 0.09 0 0.39
HSL 191.35º 0.31% 0.46% -
HSV(B) 191.35º 0.48% 0.61% -
XYZ 18.83 23.17 34.49 -
YUV 124.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 81 141 155 0.48 0.09 0 0.39 191.35 0.31 0.46
Hex 51 8D 9B 30 9 0 27 BF 1F 2E
Octal 121 215 233 60 11 0 47 277 37 56
Binary 1010001 10001101 10011011 110000 1001 0 100111 10111111 11111 101110

Color Harmonies of #518D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D9B

Black with #518D9B

Text Example


Text Example

White with #518D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518D9B; }

 p { color: rgb(81,141,155); }

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

background-color css

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

 a { background-color: rgb(81,141,155); }

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

border-color css

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

 span { border-color: rgb(81,141,155); }

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