#55889C

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

Shades of Hippie Blue #55889C

Tints of Hippie Blue #55889C

Color information

#55889C (or 0x55889C) is unknown color: approx Hippie Blue. HEX triplet: 55, 88 and 9C. RGB value is (85,136,156). Sum of RGB (Red+Green+Blue) = 85+136+156=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #55889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889C is #AA7763. Grayscale: #7A7A7A. Windows color (decimal): -11171684 or 10258517. OLE color: 10258517.

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

Color convert

RGB85136156-
CMYK0.460.1300.39
HSL196.9º29.46%47.25%-
HSV(B)196.9º45.51%61.18%-
XYZ18.5521.9434.71-
YUV123.03146.6100.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=22.55%
G=36.07%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851361560.460.1300.39196.929.4647.25
Hex55889C2ED027c51d2f
Octal12521023456150473053557
Binary10101011000100010011100101110110101001111100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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