#55849A

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

Shades of Hippie Blue #55849A

Tints of Hippie Blue #55849A

Color information

#55849A (or 0x55849A) is unknown color: approx Hippie Blue. HEX triplet: 55, 84 and 9A. RGB value is (85,132,154). Sum of RGB (Red+Green+Blue) = 85+132+154=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #55849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55849A is #AA7B65. Grayscale: #787878. Windows color (decimal): -11172710 or 10126421. OLE color: 10126421.

HSL color Cylindrical-coordinate representation of color #55849A: hue angle of 199.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55849A is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85132154-
CMYK0.450.1400.40
HSL199.13º28.87%46.86%-
HSV(B)199.13º44.81%60.39%-
XYZ17.8320.7733.64-
YUV120.46146.93102.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=22.91%
G=35.58%
B=41.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851321540.450.1400.40199.1328.8746.86
Hex55849A2DE028c71d2f
Octal12520423255160503073557
Binary10101011000010010011010101101111001010001100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55849A; }

 p { color: rgb(85,132,154); }

 H1.HeaderClassName
 {
   color: #55849A;
 }
 .AnyTagClassName
 {
   color: #55849A;
 }
</style>
background-color css

<style>
 a { background-color: #55849A; }

 a { background-color: rgb(85,132,154); }

 div.DivClassName
 {
   background-color: #55849A;
 }
 .BgClassName
 {
   background-color: #55849A;
 }
</style>
border-color css

<style>
 span { border-color: #55849A; }

 span { border-color: rgb(85,132,154); }

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