Html Css Color HEX #5194A4 Hippie Blue

📋 copy color: '#5194A4'

red 81 ◦ green 148 ◦ blue 164

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

Shades of Hippie Blue #5194A4

Tints of Hippie Blue #5194A4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 20.61%
G = 37.66%
B = 41.73%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5194A4 (or 0x5194A4) is known color: Hippie Blue. HEX triplet: 51, 94 and A4. RGB value is (81,148,164). Sum of RGB (Red+Green+Blue) = 81+148+164=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #5194A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5194A4 is #AE6B5B. Grayscale: #818181. Windows color (decimal): -11430748 or 10785873. OLE color: 10785873.

HSL color Cylindrical-coordinate representation of color #5194A4: hue angle of 191.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5194A4 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 148 164 -
CMYK 0.51 0.10 0 0.36
HSL 191.57º 0.34% 0.48% -
HSV(B) 191.57º 0.51% 0.64% -
XYZ 20.68 25.61 38.97 -
YUV 129.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 81 148 164 0.51 0.10 0 0.36 191.57 0.34 0.48
Hex 51 94 A4 33 A 0 24 C0 22 30
Octal 121 224 244 63 12 0 44 300 42 60
Binary 1010001 10010100 10100100 110011 1010 0 100100 11000000 100010 110000

Color Harmonies of #5194A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5194A4

Black with #5194A4

Text Example


Text Example

White with #5194A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5194A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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