Html Css Color HEX #54849B Hippie Blue

📋 copy color: '#54849B'

red 84 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #54849B

Tints of Hippie Blue #54849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 22.64%
G = 35.58%
B = 41.78%

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

#54849B (or 0x54849B) is known color: Hippie Blue. HEX triplet: 54, 84 and 9B. RGB value is (84,132,155). Sum of RGB (Red+Green+Blue) = 84+132+155=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #54849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54849B is #AB7B64. Grayscale: #787878. Windows color (decimal): -11238245 or 10191956. OLE color: 10191956.

HSL color Cylindrical-coordinate representation of color #54849B: hue angle of 199.44º 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 #54849B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 132 155 -
CMYK 0.46 0.15 0 0.39
HSL 199.44º 0.3% 0.47% -
HSV(B) 199.44º 0.46% 0.61% -
XYZ 17.82 20.75 34.08 -
YUV 120.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 84 132 155 0.46 0.15 0 0.39 199.44 0.3 0.47
Hex 54 84 9B 2E F 0 27 C7 1E 2F
Octal 124 204 233 56 17 0 47 307 36 57
Binary 1010100 10000100 10011011 101110 1111 0 100111 11000111 11110 101111

Color Harmonies of #54849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54849B

Black with #54849B

Text Example


Text Example

White with #54849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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