#55879E

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

Shades of Hippie Blue #55879E

Tints of Hippie Blue #55879E

Color information

#55879E (or 0x55879E) is unknown color: approx Hippie Blue. HEX triplet: 55, 87 and 9E. RGB value is (85,135,158). Sum of RGB (Red+Green+Blue) = 85+135+158=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #55879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55879E is #AA7861. Grayscale: #7A7A7A. Windows color (decimal): -11171938 or 10389333. OLE color: 10389333.

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

Color convert

RGB85135158-
CMYK0.460.1500.38
HSL198.9º30.04%47.65%-
HSV(B)198.9º46.2%61.96%-
XYZ18.5821.7335.56-
YUV122.67147.94101.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=22.49%
G=35.71%
B=41.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851351580.460.1500.38198.930.0447.65
Hex55879E2EF026c71e30
Octal12520723656170463073660
Binary10101011000011110011110101110111101001101100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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