#55879C

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

Shades of Hippie Blue #55879C

Tints of Hippie Blue #55879C

Color information

#55879C (or 0x55879C) is unknown color: approx Hippie Blue. HEX triplet: 55, 87 and 9C. RGB value is (85,135,156). Sum of RGB (Red+Green+Blue) = 85+135+156=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #55879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55879C is #AA7863. Grayscale: #7A7A7A. Windows color (decimal): -11171940 or 10258261. OLE color: 10258261.

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

Color convert

RGB85135156-
CMYK0.460.1300.39
HSL197.75º29.46%47.25%-
HSV(B)197.75º45.51%61.18%-
XYZ18.4121.6634.66-
YUV122.44146.94101.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=22.61%
G=35.90%
B=41.49%

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
Decimal851351560.460.1300.39197.7529.4647.25
Hex55879C2ED027c61d2f
Octal12520723456150473063557
Binary10101011000011110011100101110110101001111100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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