#56879B

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

Shades of Hippie Blue #56879B

Tints of Hippie Blue #56879B

Color information

#56879B (or 0x56879B) is unknown color: approx Hippie Blue. HEX triplet: 56, 87 and 9B. RGB value is (86,135,155). Sum of RGB (Red+Green+Blue) = 86+135+155=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #56879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56879B is #A97864. Grayscale: #7A7A7A. Windows color (decimal): -11106405 or 10192726. OLE color: 10192726.

HSL color Cylindrical-coordinate representation of color #56879B: hue angle of 197.39º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56879B is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86135155-
CMYK0.450.1300.39
HSL197.39º28.63%47.25%-
HSV(B)197.39º44.52%60.78%-
XYZ18.4221.6734.22-
YUV122.63146.27101.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=22.87%
G=35.90%
B=41.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861351550.450.1300.39197.3928.6347.25
Hex56879B2DD027c51d2f
Octal12620723355150473053557
Binary10101101000011110011011101101110101001111100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56879B; }

 p { color: rgb(86,135,155); }

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

<style>
 a { background-color: #56879B; }

 a { background-color: rgb(86,135,155); }

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

<style>
 span { border-color: #56879B; }

 span { border-color: rgb(86,135,155); }

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