#56869B

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

Shades of Hippie Blue #56869B

Tints of Hippie Blue #56869B

Color information

#56869B (or 0x56869B) is unknown color: approx Hippie Blue. HEX triplet: 56, 86 and 9B. RGB value is (86,134,155). Sum of RGB (Red+Green+Blue) = 86+134+155=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #56869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56869B is #A97964. Grayscale: #797979. Windows color (decimal): -11106661 or 10192470. OLE color: 10192470.

HSL color Cylindrical-coordinate representation of color #56869B: hue angle of 198.26º 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 #56869B is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86134155-
CMYK0.450.1400.39
HSL198.26º28.63%47.25%-
HSV(B)198.26º44.52%60.78%-
XYZ18.2821.434.18-
YUV122.04146.6102.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=22.93%
G=35.73%
B=41.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861341550.450.1400.39198.2628.6347.25
Hex56869B2DE027c61d2f
Octal12620623355160473063557
Binary10101101000011010011011101101111001001111100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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