Html Css Color HEX #518896 Hippie Blue

📋 copy color: '#518896'

red 81 ◦ green 136 ◦ blue 150

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

Shades of Hippie Blue #518896

Tints of Hippie Blue #518896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 22.07%
G = 37.06%
B = 40.87%

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

#518896 (or 0x518896) is known color: Hippie Blue. HEX triplet: 51, 88 and 96. RGB value is (81,136,150). Sum of RGB (Red+Green+Blue) = 81+136+150=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #518896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518896 is #AE7769. Grayscale: #797979. Windows color (decimal): -11433834 or 9865297. OLE color: 9865297.

HSL color Cylindrical-coordinate representation of color #518896: hue angle of 192.17º 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 #518896 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 136 150 -
CMYK 0.46 0.09 0 0.41
HSL 192.17º 0.3% 0.45% -
HSV(B) 192.17º 0.46% 0.59% -
XYZ 17.7 21.56 32.08 -
YUV 121.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 81 136 150 0.46 0.09 0 0.41 192.17 0.3 0.45
Hex 51 88 96 2E 9 0 29 C0 1E 2D
Octal 121 210 226 56 11 0 51 300 36 55
Binary 1010001 10001000 10010110 101110 1001 0 101001 11000000 11110 101101

Color Harmonies of #518896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518896

Black with #518896

Text Example


Text Example

White with #518896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518896; }

 p { color: rgb(81,136,150); }

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

background-color css

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

 a { background-color: rgb(81,136,150); }

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

border-color css

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

 span { border-color: rgb(81,136,150); }

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