Html Css Color HEX #518795 Hippie Blue

📋 copy color: '#518795'

red 81 ◦ green 135 ◦ blue 149

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

Shades of Hippie Blue #518795

Tints of Hippie Blue #518795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 22.19%
G = 36.99%
B = 40.82%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518795 (or 0x518795) is known color: Hippie Blue. HEX triplet: 51, 87 and 95. RGB value is (81,135,149). Sum of RGB (Red+Green+Blue) = 81+135+149=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #518795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518795 is #AE786A. Grayscale: #787878. Windows color (decimal): -11434091 or 9799505. OLE color: 9799505.

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

Color convert

RGB 81 135 149 -
CMYK 0.46 0.09 0 0.42
HSL 192.35º 0.3% 0.45% -
HSV(B) 192.35º 0.46% 0.58% -
XYZ 17.48 21.25 31.61 -
YUV 120.45 144.11 99.86 -
System Red Green Blue C M Y K H S L
Decimal 81 135 149 0.46 0.09 0 0.42 192.35 0.3 0.45
Hex 51 87 95 2E 9 0 2A C0 1E 2D
Octal 121 207 225 56 11 0 52 300 36 55
Binary 1010001 10000111 10010101 101110 1001 0 101010 11000000 11110 101101

Color Harmonies of #518795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518795

Black with #518795

Text Example


Text Example

White with #518795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518795; }

 p { color: rgb(81,135,149); }

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

background-color css

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

 a { background-color: rgb(81,135,149); }

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

border-color css

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

 span { border-color: rgb(81,135,149); }

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