#55889D

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

Shades of Hippie Blue #55889D

Tints of Hippie Blue #55889D

Color information

#55889D (or 0x55889D) is unknown color: approx Hippie Blue. HEX triplet: 55, 88 and 9D. RGB value is (85,136,157). Sum of RGB (Red+Green+Blue) = 85+136+157=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #55889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889D is #AA7762. Grayscale: #7B7B7B. Windows color (decimal): -11171683 or 10324053. OLE color: 10324053.

HSL color Cylindrical-coordinate representation of color #55889D: hue angle of 197.5º 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 #55889D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85136157-
CMYK0.460.1300.38
HSL197.5º29.75%47.45%-
HSV(B)197.5º45.86%61.57%-
XYZ18.6421.9735.16-
YUV123.14147.1100.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=22.49%
G=35.98%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851361570.460.1300.38197.529.7547.45
Hex55889D2ED026c61e2f
Octal12521023556150463063657
Binary10101011000100010011101101110110101001101100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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