Html Css Color HEX #518997 Hippie Blue

📋 copy color: '#518997'

red 81 ◦ green 137 ◦ blue 151

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

Shades of Hippie Blue #518997

Tints of Hippie Blue #518997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 21.95%
G = 37.13%
B = 40.92%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#518997 (or 0x518997) is known color: Hippie Blue. HEX triplet: 51, 89 and 97. RGB value is (81,137,151). Sum of RGB (Red+Green+Blue) = 81+137+151=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #518997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518997 is #AE7668. Grayscale: #797979. Windows color (decimal): -11433577 or 9931089. OLE color: 9931089.

HSL color Cylindrical-coordinate representation of color #518997: hue angle of 192º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518997 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 137 151 -
CMYK 0.46 0.09 0 0.41
HSL 192º 0.3% 0.45% -
HSV(B) 192º 0.46% 0.59% -
XYZ 17.92 21.88 32.56 -
YUV 121.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 81 137 151 0.46 0.09 0 0.41 192 0.3 0.45
Hex 51 89 97 2E 9 0 29 C0 1E 2D
Octal 121 211 227 56 11 0 51 300 36 55
Binary 1010001 10001001 10010111 101110 1001 0 101001 11000000 11110 101101

Color Harmonies of #518997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518997

Black with #518997

Text Example


Text Example

White with #518997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518997; }

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

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

background-color css

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

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

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

border-color css

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

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

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