Html Css Color HEX #54849C Hippie Blue

📋 copy color: '#54849C'

red 84 ◦ green 132 ◦ blue 156

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

Shades of Hippie Blue #54849C

Tints of Hippie Blue #54849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 22.58%
G = 35.48%
B = 41.94%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54849C (or 0x54849C) is known color: Hippie Blue. HEX triplet: 54, 84 and 9C. RGB value is (84,132,156). Sum of RGB (Red+Green+Blue) = 84+132+156=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #54849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54849C is #AB7B63. Grayscale: #787878. Windows color (decimal): -11238244 or 10257492. OLE color: 10257492.

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

Color convert

RGB 84 132 156 -
CMYK 0.46 0.15 0 0.39
HSL 200º 0.3% 0.47% -
HSV(B) 200º 0.46% 0.61% -
XYZ 17.91 20.79 34.52 -
YUV 120.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 84 132 156 0.46 0.15 0 0.39 200 0.3 0.47
Hex 54 84 9C 2E F 0 27 C8 1E 2F
Octal 124 204 234 56 17 0 47 310 36 57
Binary 1010100 10000100 10011100 101110 1111 0 100111 11001000 11110 101111

Color Harmonies of #54849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54849C

Black with #54849C

Text Example


Text Example

White with #54849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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