Html Css Color HEX #518794 Hippie Blue

📋 copy color: '#518794'

red 81 ◦ green 135 ◦ blue 148

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

Shades of Hippie Blue #518794

Tints of Hippie Blue #518794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 22.25%
G = 37.09%
B = 40.66%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#518794 (or 0x518794) is known color: Hippie Blue. HEX triplet: 51, 87 and 94. RGB value is (81,135,148). Sum of RGB (Red+Green+Blue) = 81+135+148=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #518794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518794 is #AE786B. Grayscale: #787878. Windows color (decimal): -11434092 or 9733969. OLE color: 9733969.

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

Color convert

RGB 81 135 148 -
CMYK 0.45 0.09 0 0.42
HSL 191.64º 0.29% 0.45% -
HSV(B) 191.64º 0.45% 0.58% -
XYZ 17.4 21.22 31.19 -
YUV 120.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 81 135 148 0.45 0.09 0 0.42 191.64 0.29 0.45
Hex 51 87 94 2D 9 0 2A C0 1D 2D
Octal 121 207 224 55 11 0 52 300 35 55
Binary 1010001 10000111 10010100 101101 1001 0 101010 11000000 11101 101101

Color Harmonies of #518794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518794

Black with #518794

Text Example


Text Example

White with #518794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518794; }

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

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

background-color css

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

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

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

border-color css

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

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

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