#55889E

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

Shades of Hippie Blue #55889E

Tints of Hippie Blue #55889E

Color information

#55889E (or 0x55889E) is unknown color: approx Hippie Blue. HEX triplet: 55, 88 and 9E. RGB value is (85,136,158). Sum of RGB (Red+Green+Blue) = 85+136+158=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #55889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889E is #AA7761. Grayscale: #7B7B7B. Windows color (decimal): -11171682 or 10389589. OLE color: 10389589.

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

Color convert

RGB85136158-
CMYK0.460.1400.38
HSL198.08º30.04%47.65%-
HSV(B)198.08º46.2%61.96%-
XYZ18.7222.0135.61-
YUV123.26147.6100.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=22.43%
G=35.88%
B=41.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851361580.460.1400.38198.0830.0447.65
Hex55889E2EE026c61e30
Octal12521023656160463063660
Binary10101011000100010011110101110111001001101100011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55889E; }

 p { color: rgb(85,136,158); }

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

<style>
 a { background-color: #55889E; }

 a { background-color: rgb(85,136,158); }

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

<style>
 span { border-color: #55889E; }

 span { border-color: rgb(85,136,158); }

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