#55879D

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

Shades of Hippie Blue #55879D

Tints of Hippie Blue #55879D

Color information

#55879D (or 0x55879D) is unknown color: approx Hippie Blue. HEX triplet: 55, 87 and 9D. RGB value is (85,135,157). Sum of RGB (Red+Green+Blue) = 85+135+157=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #55879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55879D is #AA7862. Grayscale: #7A7A7A. Windows color (decimal): -11171939 or 10323797. OLE color: 10323797.

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

Color convert

RGB85135157-
CMYK0.460.1400.38
HSL198.33º29.75%47.45%-
HSV(B)198.33º45.86%61.57%-
XYZ18.521.6935.11-
YUV122.56147.44101.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=22.55%
G=35.81%
B=41.64%

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
Decimal851351570.460.1400.38198.3329.7547.45
Hex55879D2EE026c61e2f
Octal12520723556160463063657
Binary10101011000011110011101101110111001001101100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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