Html Css Color HEX #54849D Hippie Blue

📋 copy color: '#54849D'

red 84 ◦ green 132 ◦ blue 157

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

Shades of Hippie Blue #54849D

Tints of Hippie Blue #54849D

RGB

 RED value IS 84 (33.2% from 255) = 22.52%

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 22.52%
G = 35.39%
B = 42.09%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54849D (or 0x54849D) is known color: Hippie Blue. HEX triplet: 54, 84 and 9D. RGB value is (84,132,157). Sum of RGB (Red+Green+Blue) = 84+132+157=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #54849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54849D is #AB7B62. Grayscale: #787878. Windows color (decimal): -11238243 or 10323028. OLE color: 10323028.

HSL color Cylindrical-coordinate representation of color #54849D: hue angle of 200.55º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54849D is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 132 157 -
CMYK 0.46 0.16 0 0.38
HSL 200.55º 0.3% 0.47% -
HSV(B) 200.55º 0.46% 0.62% -
XYZ 17.99 20.82 34.97 -
YUV 120.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 84 132 157 0.46 0.16 0 0.38 200.55 0.3 0.47
Hex 54 84 9D 2E 10 0 26 C9 1E 2F
Octal 124 204 235 56 20 0 46 311 36 57
Binary 1010100 10000100 10011101 101110 10000 0 100110 11001001 11110 101111

Color Harmonies of #54849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54849D

Black with #54849D

Text Example


Text Example

White with #54849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54849D; }

 p { color: rgb(84,132,157); }

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

background-color css

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

 a { background-color: rgb(84,132,157); }

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

border-color css

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

 span { border-color: rgb(84,132,157); }

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