#54849D

Color #54849D Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #54849D

Tints of Hippie Blue #54849D

Color information

#54849D (or 0x54849D) is unknown color: approx 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

RGB84132157-
CMYK0.460.1600.38
HSL200.55º30.29%47.25%-
HSV(B)200.55º46.5%61.57%-
XYZ17.9920.8234.97-
YUV120.5148.6101.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841321570.460.1600.38200.5530.2947.25
Hex54849D2E10026c91e2f
Octal12420423556200463113657
Binary101010010000100100111011011101000001001101100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>